Commit a84e1d91 authored by nanahira's avatar nanahira

premakeform

parent 86e9d349
......@@ -36,7 +36,7 @@ project "ygopro"
includedirs { "/usr/include/irrKlang" }
if os.getenv("TRAVIS_OS_NAME")=="osx" then
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" }
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