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>2009-12-09 22:12:00 +0300
committerstarkos <none@none>2009-12-09 22:12:00 +0300
commit84d33c9a092fb6aa9bb3074d57fc08456266fd1c (patch)
tree636d7e54db05fe1335b5cabb24b06d79228bd903 /premake4.lua
parent73fe94ea865718085c440f900552d8121ade9b6b (diff)
Bug 2872066: Two test failures in 4.1.2
Diffstat (limited to 'premake4.lua')
-rw-r--r--premake4.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/premake4.lua b/premake4.lua
index e4b18ce..45e6e94 100644
--- a/premake4.lua
+++ b/premake4.lua
@@ -61,7 +61,7 @@
defines { "_CRT_SECURE_NO_WARNINGS" }
configuration "linux"
- defines { "LUA_USE_LINUX" }
+ defines { "LUA_USE_POSIX", "LUA_USE_DLOPEN" }
links { "m", "dl" }
configuration "macosx"