summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-04-05 16:35:25 +0000
committersr55 <[email protected]>2010-04-05 16:35:25 +0000
commit9e3b8e60d3d7ef4c0aae520914231489ff51032c (patch)
tree57dd246d0e59c105308dc571798ffdc6b399865b /test
parent286dde5fd3887f5253bb9827d4fd973dcc609fb2 (diff)
libgcc is no longer needed. Thanks to golgol7777 for pointing out the necessary changes in the build system
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3199 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r--test/module.defs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/module.defs b/test/module.defs
index e9bc7b791..d703d179f 100644
--- a/test/module.defs
+++ b/test/module.defs
@@ -49,4 +49,5 @@ else ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system))
TEST.libs += $(CONTRIB.build/)lib/libpthreadGC2.a
TEST.GCC.D += PTW32_STATIC_LIB
TEST.GCC.l += iberty ws2_32
+ TEST.GCC.args.extra.exe++ += -static
endif