Commit aec11fc5 authored by nanahira's avatar nanahira

fixpremake

parent 6cd34bf8
...@@ -33,10 +33,4 @@ project "ygopro" ...@@ -33,10 +33,4 @@ project "ygopro"
if USE_IRRKLANG then if USE_IRRKLANG then
defines { "YGOPRO_USE_IRRKLANG" } defines { "YGOPRO_USE_IRRKLANG" }
links { "irrKlang" } links { "irrKlang" }
includedirs { "/usr/local/include/irrKlang" }
if os.getenv("TRAVIS_OS_NAME")=="osx" then
libdirs { "../irrklang/bin/macosx-gcc" }
elseif os.getenv("TRAVIS_OS_NAME")=="linux" then
libdirs { "../irrklang/bin/linux-gcc" }
end
end end
...@@ -34,6 +34,8 @@ solution "ygo" ...@@ -34,6 +34,8 @@ solution "ygo"
configuration "linux" configuration "linux"
defines { "LUA_USE_LINUX" } defines { "LUA_USE_LINUX" }
includedirs { "/usr/local/include", "/usr/local/include/*" }
libdirs { "/usr/local/lib" }
configuration "Release" configuration "Release"
optimize "Speed" optimize "Speed"
......
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