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:
authorJason Perkins <starkos@industriousone.com>2011-12-07 00:42:05 +0400
committerJason Perkins <starkos@industriousone.com>2011-12-07 00:42:05 +0400
commit974468375bba3fc2636345573854640feb876179 (patch)
tree747dd401f161fe78939421906425580358eb29a2 /premake4.lua
parent07853b1e340b440c01157ecaab45a220ca216cbd (diff)
Patch 3429777: Support for DragonFly BSD (Joachim de Groot) and 3445049: Build fix for FreeBSD (Konstantin Tokarev)
Diffstat (limited to 'premake4.lua')
-rw-r--r--premake4.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/premake4.lua b/premake4.lua
index 99822eb..4ac2663 100644
--- a/premake4.lua
+++ b/premake4.lua
@@ -55,6 +55,10 @@
configuration "linux"
defines { "LUA_USE_POSIX", "LUA_USE_DLOPEN" }
links { "m", "dl" }
+
+ configuration "bsd"
+ defines { "LUA_USE_POSIX", "LUA_USE_DLOPEN" }
+ links { "m" }
configuration "macosx"
defines { "LUA_USE_MACOSX" }