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>2010-01-14 02:29:21 +0300
committerstarkos <none@none>2010-01-14 02:29:21 +0300
commitd13b2a240825ec27fc98d20f194ef4410de1dc0e (patch)
tree5bec07ef0c6f70335ead14f623e5e1ff989e678a /premake4.lua
parent532a300ead417aefc4ec4726b551691410649bf4 (diff)
Bug 2928775: Error loading external Lua module with require(); added test for ./ prefix on wildcard matches
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 50ce3c9..356deb1 100644
--- a/premake4.lua
+++ b/premake4.lua
@@ -54,6 +54,9 @@
configuration "macosx"
defines { "LUA_USE_MACOSX" }
+ configuration "not windows"
+ linkoptions { "-rdynamic" }
+
--