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 committed by line0
parent 58c8b7f209
commit c98634b25a

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