fontconfig: recognize downloadable fonts on macOS Catalina (#41289)

This commit is contained in:
Chongyu Zhu 2019-07-04 23:23:05 +08:00 committed by FX Coudert
parent 3970e970d8
commit dfc962fa91

View file

@ -37,7 +37,7 @@ class Fontconfig < Formula
]
if MacOS.version >= :sierra
font_dirs << Dir["/System/Library/Assets/com_apple_MobileAsset_Font*"].max
font_dirs << Dir["/System/Library/Assets{,V2}/com_apple_MobileAsset_Font*"].max
end
system "autoreconf", "-iv" if build.head?