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:
-rw-r--r--premake4.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/premake4.lua b/premake4.lua
index 90a5264..1c922d5 100644
--- a/premake4.lua
+++ b/premake4.lua
@@ -71,6 +71,8 @@ end
configuration "vs*"
defines { "_CRT_SECURE_NO_WARNINGS" }
+ configuration "linux"
+ links { "m" }