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:
authorLiam Devine <dmail00@gmail.com>2011-03-26 03:21:44 +0300
committerLiam Devine <dmail00@gmail.com>2011-03-26 03:21:44 +0300
commit0926bb12c8a8bab752960aef157b42fba5a0556f (patch)
tree2e0db14699bedd6a6caab86763ac1eee7d1d0dab /tests/premake4.lua
parent6d4fb88a2551ab2be223ddc724a2961556a8c15c (diff)
* Patch 3043933 gmake incorrectly links using -l when a solution contains a .so and .a of the same name and the static lib is wanted (Jonathan Derque)
Diffstat (limited to 'tests/premake4.lua')
-rw-r--r--tests/premake4.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/premake4.lua b/tests/premake4.lua
index 83b35ad..be606ae 100644
--- a/tests/premake4.lua
+++ b/tests/premake4.lua
@@ -77,6 +77,7 @@
-- Makefile tests
dofile("actions/make/test_make_escaping.lua")
dofile("actions/make/test_make_pch.lua")
+ dofile("actions/make/test_make_linking.lua")
-- Xcode tests
dofile("actions/xcode/test_xcode_common.lua")