Commit 550dd426 authored by DailyShana's avatar DailyShana

build lua as c++

parent 6c5f0e47
......@@ -3,3 +3,8 @@ project "lua"
files { "**.cc", "**.cpp", "**.c", "**.h" }
excludes { "lua.c", "luac.c" }
configuration "vs*"
buildoptions { "/TP" }
configuration "not vs*"
buildoptions { "-x c++" }
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