Commit 115daa4c authored by nanahira's avatar nanahira

form

parent 6464994e
...@@ -35,8 +35,8 @@ project "ygopro" ...@@ -35,8 +35,8 @@ project "ygopro"
links { "irrKlang" } links { "irrKlang" }
includedirs { "/usr/include/irrKlang" } includedirs { "/usr/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
libdirs { "../irrklang/bin/linux-gcc" } libdirs { "../irrklang/bin/linux-gcc" }
end end
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