diff options
Diffstat (limited to '')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ca4ca8ce..33683610 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ before_script: - "cp tinycc/libtcc.so.1.0 tinycc/libtcc.so" # install llvmlite, using the system libdtc++ instead of statically linking it - "pip install enum34" -- "git clone https://github.com/numba/llvmlite llvmlite && cd llvmlite" +- "git clone https://github.com/numba/llvmlite llvmlite && cd llvmlite && git checkout 95d8c7c" - "sed -i 's/-static-libstdc++ //' ffi/Makefile.linux" - "python setup.py install && cd .." # install elfesteem |