]> granicus.if.org Git - handbrake/commitdiff
Build: Fix to the build scripts to no longer include font directory in mingw builds...
authorsr55 <sr55.hb@outlook.com>
Fri, 24 Mar 2017 21:05:20 +0000 (21:05 +0000)
committersr55 <sr55.hb@outlook.com>
Sun, 9 Apr 2017 19:54:26 +0000 (20:54 +0100)
pkg/mingw/module.rules

index c8d132cef985c31faa2b430b6a3ed006a9eebe2a..57b10b2a17296b9ce06772076cd6498698522146 100644 (file)
@@ -11,13 +11,11 @@ $(PKG.libhb.zip): | $(STAGE.out.libhb/)
 $(STAGE.out.cli/):\r
        -$(MKDIR.exe) -p $@\r
        $(CP.exe) HandBrakeCLI.exe $(STAGE.out.cli/)\r
-       $(CP.exe) -R contrib/etc/fonts $(STAGE.out.cli/)/fonts/\r
        $(call STAGE.doc,$(STAGE.out.cli/))\r
 \r
 $(STAGE.out.libhb/):\r
        -$(MKDIR.exe) -p $@\r
        $(CP.exe) libhb/hb.dll $(STAGE.out.libhb/)\r
-       $(CP.exe) -R contrib/etc/fonts $(STAGE.out.libhb/)/fonts/\r
        $(call STAGE.doc,$(STAGE.out.libhb/))\r
 \r
 \r