diff options
author | Damiano Galassi <[email protected]> | 2017-01-18 10:47:13 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2017-01-18 12:11:12 +0100 |
commit | 81550230adc2359d7ec4f5cff6a5c960b7df7e6e (patch) | |
tree | 6cc1e547017c494c4e54156054d597eb321c8ced /make | |
parent | 922db9bec26e1def4c8ba60afb2147cc06ec524d (diff) |
disable fontconfig on macOS
Diffstat (limited to 'make')
-rw-r--r-- | make/include/main.defs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/make/include/main.defs b/make/include/main.defs index 9335bb19f..a2ca1ded8 100644 --- a/make/include/main.defs +++ b/make/include/main.defs @@ -41,8 +41,11 @@ ifneq ($(HAS.bz2),1) endif endif -ifneq (,$(filter $(BUILD.system),darwin cygwin mingw)) +ifneq (,$(filter $(BUILD.system),cygwin mingw)) MODULES += contrib/fontconfig +endif + +ifneq (,$(filter $(BUILD.system),darwin cygwin mingw)) MODULES += contrib/freetype MODULES += contrib/fribidi MODULES += contrib/harfbuzz |