Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarkos <none@none>2010-03-17 18:45:08 +0300
committerstarkos <none@none>2010-03-17 18:45:08 +0300
commit77444a8f270315240e629d397485f8d47e5a4b0b (patch)
tree6410cd2244919ebb57a31272110c8a937d491bff /premake4.lua
parentcc673603342ce852801f6dfa4c98519f4438a0de (diff)
Force Mac OS X release build to be 10.5 compatible
Diffstat (limited to 'premake4.lua')
-rw-r--r--premake4.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/premake4.lua b/premake4.lua
index 356deb1..ad1ba21 100644
--- a/premake4.lua
+++ b/premake4.lua
@@ -53,6 +53,9 @@
configuration "macosx"
defines { "LUA_USE_MACOSX" }
+
+ configuration { "macosx", "gmake" }
+ buildoptions { "-isysroot /Developer/SDKs/MacOSX10.5.sdk", "-mmacosx-version-min=10.5" }
configuration "not windows"
linkoptions { "-rdynamic" }