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:
authorJason Perkins <starkos@industriousone.com>2011-03-27 00:12:10 +0300
committerJason Perkins <starkos@industriousone.com>2011-03-27 00:12:10 +0300
commitc65684a746f2bd8de2d14196914b22f330f9645a (patch)
treede02fd81f82e4eccf5902dd8594bc7120ee923c9 /premake4.lua
parentd578c87e9cab806db69149b222c51914886a04f8 (diff)
Replaced host.windowsversion with os.getversion
Diffstat (limited to 'premake4.lua')
-rw-r--r--premake4.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/premake4.lua b/premake4.lua
index 57de46a..1a460c7 100644
--- a/premake4.lua
+++ b/premake4.lua
@@ -58,6 +58,7 @@
configuration "macosx"
defines { "LUA_USE_MACOSX" }
+ links { "CoreServices.framework" }
configuration { "macosx", "gmake" }
buildoptions { "-mmacosx-version-min=10.1" }