Commit 5a80a880 authored by nanahira's avatar nanahira

move_lib

parent 33dd8f18
......@@ -56,10 +56,12 @@ before_install:
- unzip -q irrKlang-64bit-1.5.0.zip
- mv -f irrKlang-64bit-1.5.0 irrklang
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
mv -f irrklang/bin/macosx-gcc/libirrklang.dylib irrklang/bin/macosx-gcc/libirrKlang.dylib;
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
mv -f irrklang/bin/linux-gcc-64/libIrrKlang.so irrklang/bin/linux-gcc-64/libirrKlang.so;
cp -rf irrklang/bin/linux-gcc-64/*.so .;
fi
......
......@@ -35,8 +35,8 @@ project "ygopro"
links { "event_pthreads", "GL", "dl", "pthread" }
configuration "linux"
if USE_IRRKLANG then
linkoptions{ "-Wl,-rpath=./irrklang/bin/linux-gcc-64/" }
libdirs { "../irrklang/bin/linux-gcc-64" }
linkoptions{ "-Wl,-rpath=./irrklang/bin/linux-gcc/" }
libdirs { "../irrklang/bin/linux-gcc" }
end
configuration "macosx"
if USE_IRRKLANG then
......
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