Commit 4a9aeea7 authored by nanahira's avatar nanahira

fixgl

parent 8d9adc50
......@@ -56,13 +56,12 @@ before_install:
- curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name http://www.ambiera.at/downloads/irrKlang-32bit-1.5.0.zip
- unzip -q irrKlang-32bit-1.5.0.zip
- cp -rf irrKlang-1.5.0/include /usr/local/include/irrKlang
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
cp -rf irrKlang-1.5.0/include /usr/local/include/irrKlang;
cp -rf irrKlang-1.5.0/bin/macosx-gcc/*.dylib /usr/local/lib/;
cp -rf irrKlang-1.5.0/bin/macosx-gcc/*.dylib .;
fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
cp -rf irrKlang-1.5.0/include /usr/local/include/irrKlang;
cp -rf irrKlang-1.5.0/bin/linux-gcc/*.so /usr/local/lib/;
cp -rf irrKlang-1.5.0/bin/linux-gcc/*.so .;
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment