From b13c230613ae2092a5ce6f699df10a93f400cff6 Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 24 Mar 2017 21:05:20 +0000 Subject: [PATCH] Build: Fix to the build scripts to no longer include font directory in mingw builds. It's no longer needed. --- pkg/mingw/module.rules | 2 -- 1 file changed, 2 deletions(-) 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/)) -- 2.40.0