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>2008-12-30 04:58:19 +0300
committerstarkos <none@none>2008-12-30 04:58:19 +0300
commit8e0a2c1c2e1517aa193452b617809309341d259c (patch)
treedb6cf932951771cd153dadb41278aeab9426f58f /premake4.lua
parent7882cf643d8d7e393bdcbc9efd811cff55d88cf0 (diff)
Added link to libm for Linux builds
Diffstat (limited to 'premake4.lua')
-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" }