diff --git a/meson.build b/meson.build index 1681bb1fa..9f5536e3a 100644 --- a/meson.build +++ b/meson.build @@ -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