Commit 33dd8f18 authored by nanahira's avatar nanahira

move_lib

parent 6cb0f336
......@@ -57,6 +57,7 @@ before_install:
- mv -f irrKlang-64bit-1.5.0 irrklang
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
cp -rf irrklang/bin/macosx-gcc/*.dylib .;
sudo cp -rf irrklang/bin/macosx-gcc/*.dylib /usr/local/lib/;
fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
cp -rf irrklang/bin/linux-gcc-64/*.so .;
......
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