Commit 6c22448a authored by nanahira's avatar nanahira

fixpremake

parent b82da14e
...@@ -33,7 +33,7 @@ project "ygopro" ...@@ -33,7 +33,7 @@ project "ygopro"
if USE_IRRKLANG then if USE_IRRKLANG then
defines { "YGOPRO_USE_IRRKLANG" } defines { "YGOPRO_USE_IRRKLANG" }
links { "irrKlang" } links { "irrKlang" }
includedirs { "/usr/include/irrKlang" } includedirs { "/usr/local/include/irrKlang" }
if os.getenv("TRAVIS_OS_NAME")=="osx" then if os.getenv("TRAVIS_OS_NAME")=="osx" then
libdirs { "../irrklang/bin/macosx-gcc" } libdirs { "../irrklang/bin/macosx-gcc" }
elseif os.getenv("TRAVIS_OS_NAME")=="linux" then elseif os.getenv("TRAVIS_OS_NAME")=="linux" 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