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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()