summaryrefslogtreecommitdiffstats
path: root/pkg/mingw
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-04-17 18:55:11 +0000
committersr55 <[email protected]>2010-04-17 18:55:11 +0000
commit32afb2b5bb8aff8acd6f2f286709adde53390063 (patch)
tree60648fb7932324d400b8c2d74490183e515cc6af /pkg/mingw
parent0b4a6d9ae5bd5965795310210121362ae353c1e3 (diff)
revert last checkin
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3237 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'pkg/mingw')
-rw-r--r--pkg/mingw/module.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/mingw/module.rules b/pkg/mingw/module.rules
index b9ba1d996..efef0b4b8 100644
--- a/pkg/mingw/module.rules
+++ b/pkg/mingw/module.rules
@@ -8,6 +8,7 @@ $(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/))