diff options
author | sr55 <[email protected]> | 2017-03-24 21:05:20 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2017-03-24 21:05:20 +0000 |
commit | b13c230613ae2092a5ce6f699df10a93f400cff6 (patch) | |
tree | f53e5802b3b88ec40d7e931b75f8d5d2b40cc999 /pkg/mingw | |
parent | 8f6986c24dc16b1e07bd10b09f45af9524667d1a (diff) |
Build: Fix to the build scripts to no longer include font directory in mingw builds. It's no longer needed.
Diffstat (limited to 'pkg/mingw')
-rw-r--r-- | pkg/mingw/module.rules | 2 |
1 files changed, 0 insertions, 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/))
|