summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-04-17 18:51:46 +0000
committersr55 <[email protected]>2010-04-17 18:51:46 +0000
commit0b4a6d9ae5bd5965795310210121362ae353c1e3 (patch)
treef3850ecbb221f49c93206a5bfe7ef644fbd19332 /pkg
parentf2826248fce3d14896de6a02e5f59c9ecc69d1f8 (diff)
remove libgcc... dll from zip package creation as it is no longer needed
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3236 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'pkg')
-rw-r--r--pkg/mingw/module.rules1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/mingw/module.rules b/pkg/mingw/module.rules
index efef0b4b8..b9ba1d996 100644
--- a/pkg/mingw/module.rules
+++ b/pkg/mingw/module.rules
@@ -8,7 +8,6 @@ $(PKG.cli.zip): | $(STAGE.out.cli/)
$(STAGE.out.cli/):
-$(MKDIR.exe) -p $@
$(CP.exe) HandBrakeCLI.exe $(STAGE.out.cli/)
- $(CP.exe) $(PKG.mingw.lib)/libgcc_s_sjlj-1.dll $(STAGE.out.cli/)
$(call STAGE.doc,$(STAGE.out.cli/))