From: sr55 Date: Fri, 24 Mar 2017 21:05:20 +0000 (+0000) Subject: Build: Fix to the build scripts to no longer include font directory in mingw builds... X-Git-Tag: 1.0.6~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32749fd17f3c270e08667111622939911a1b7f79;p=handbrake Build: Fix to the build scripts to no longer include font directory in mingw builds. It's no longer needed. --- diff --git a/pkg/mingw/module.rules b/pkg/mingw/module.rules index c8d132cef..57b10b2a1 100644 --- a/pkg/mingw/module.rules +++ b/pkg/mingw/module.rules @@ -11,13 +11,11 @@ $(PKG.libhb.zip): | $(STAGE.out.libhb/) $(STAGE.out.cli/): -$(MKDIR.exe) -p $@ $(CP.exe) HandBrakeCLI.exe $(STAGE.out.cli/) - $(CP.exe) -R contrib/etc/fonts $(STAGE.out.cli/)/fonts/ $(call STAGE.doc,$(STAGE.out.cli/)) $(STAGE.out.libhb/): -$(MKDIR.exe) -p $@ $(CP.exe) libhb/hb.dll $(STAGE.out.libhb/) - $(CP.exe) -R contrib/etc/fonts $(STAGE.out.libhb/)/fonts/ $(call STAGE.doc,$(STAGE.out.libhb/))