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:
parent
58c8b7f209
commit
c98634b25a
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user