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-12-07 00:42:05 +0400
committerJason Perkins <starkos@industriousone.com>2011-12-07 00:42:05 +0400
commit4b44bf78ff6b47157a1dbd5987f8db2f618639d9 (patch)
tree747dd401f161fe78939421906425580358eb29a2 /premake4.lua
parenta067c337ec1975a12ecd2b20148b7b679cb270c3 (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" }