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

github.com/windirstat/premake-4.x.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarkos <unknown>2010-03-17 18:45:08 +0300
committerstarkos <unknown>2010-03-17 18:45:08 +0300
commit738c0ce78437d6573ce618d97ed0f0b9508a49ac (patch)
tree6410cd2244919ebb57a31272110c8a937d491bff /premake4.lua
parent0b51fcb25e543dd346e3148bc435102947efe137 (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" }