Commit 81d7b018 authored by nanahira's avatar nanahira

fixpremake

parent f8a45057
...@@ -24,5 +24,5 @@ project "ygopro" ...@@ -24,5 +24,5 @@ project "ygopro"
configuration "not vs*" configuration "not vs*"
buildoptions { "-std=gnu++0x", "-fno-rtti" } buildoptions { "-std=gnu++0x", "-fno-rtti" }
configuration "not windows" configuration "not windows"
includedirs { "/usr/include/lua", "/usr/include/lua5.2", "/usr/include/lua/5.2" } includedirs { "/usr/include/lua", "/usr/include/lua5.3", "/usr/include/lua/5.3" }
links { "event_pthreads", "dl", "pthread" } links { "event_pthreads", "dl", "pthread" }
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