Commit 92d61c88 authored by nanahira's avatar nanahira

fix

parent a9290faf
...@@ -60,7 +60,7 @@ before_install: ...@@ -60,7 +60,7 @@ before_install:
sudo cp -rf irrklang/bin/macosx-gcc/*.dylib /usr/local/lib/; sudo cp -rf irrklang/bin/macosx-gcc/*.dylib /usr/local/lib/;
fi fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
mv -f irrklang/bin/linux-gcc-64/libIrrKlang.so libirrKlang.so; mv -f irrklang/bin/linux-gcc-64/libIrrKlang.so irrklang/bin/linux-gcc-64/libirrKlang.so;
cp -rf irrklang/bin/linux-gcc-64/*.so .; cp -rf irrklang/bin/linux-gcc-64/*.so .;
fi fi
......
...@@ -35,6 +35,6 @@ project "ygopro" ...@@ -35,6 +35,6 @@ project "ygopro"
links { "event_pthreads", "GL", "dl", "pthread" } links { "event_pthreads", "GL", "dl", "pthread" }
configuration "linux" configuration "linux"
if USE_IRRKLANG then if USE_IRRKLANG then
linkoptions{ "-Wl,-rpath=." } linkoptions{ "-Wl,-rpath=./irrklang/bin/linux-gcc-64/" }
libdirs { "../irrklang/bin/linux-gcc-64" } libdirs { "../irrklang/bin/linux-gcc-64" }
end end
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