Don't use pkg-config on macOS

Fixes #3305
This commit is contained in:
Deve
2018-06-15 21:06:29 +02:00
committed by GitHub
parent 96a07be6bc
commit e14ea99acd

View File

@@ -9,7 +9,7 @@
# FRIBIDI_LIBRARIES
# Fribidi library list
if(UNIX)
if(UNIX AND NOT APPLE)
include(FindPkgConfig)
pkg_check_modules(FRIBIDI fribidi)
else()