diff options
author | sr55 <[email protected]> | 2010-04-17 18:51:46 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-04-17 18:51:46 +0000 |
commit | 0b4a6d9ae5bd5965795310210121362ae353c1e3 (patch) | |
tree | f3850ecbb221f49c93206a5bfe7ef644fbd19332 /pkg | |
parent | f2826248fce3d14896de6a02e5f59c9ecc69d1f8 (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.rules | 1 |
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/))
|