Commit 9d8eff03 authored by mercury233's avatar mercury233

build osx lua

parent cfdfd777
...@@ -2,9 +2,11 @@ project "ocgcore" ...@@ -2,9 +2,11 @@ project "ocgcore"
kind "StaticLib" kind "StaticLib"
files { "**.cc", "**.cpp", "**.c", "**.h" } files { "**.cc", "**.cpp", "**.c", "**.h" }
configuration { "windows", "macosx" } configuration "windows"
includedirs { "../lua" } includedirs { "../lua" }
configuration "not vs*" configuration "not vs*"
buildoptions { "-std=c++14" } buildoptions { "-std=c++14" }
configuration "linux" configuration "linux"
includedirs { "/usr/include/lua5.3" } includedirs { "/usr/include/lua5.3" }
configuration "macosx"
includedirs { "../lua" }
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