1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

Don't require fontconfig on windows

This commit is contained in:
Ryan Lucia 2019-01-28 16:44:07 -05:00
parent 02a2c12cee
commit 68f5843117

View File

@ -19,7 +19,7 @@ deps = []
if host_machine.system() == 'darwin'
add_languages('objc')
else
elif host_machine.system() != 'windows'
deps += dependency('fontconfig', static: b_static)
endif