Use absolute path of $(MIQ) to find x11.pc

Recent changes in make-it-quick removed the need to pass the MIQ
variable from the command line. It used to be passed using $(abspath...)
so the $(abspath ...) needs to be added into the macOS-specific config.
This commit is contained in:
Christophe de Dinechin 2019-03-19 15:53:05 +01:00
parent 6c4528ab6f
commit 9e8ff0819f
1 changed files with 1 additions and 1 deletions

View File

@ -56,4 +56,4 @@ LDFLAGS_BUILDENV_macosx-clang= -framework CoreFoundation \
-framework CoreServices
# Special case x11 package, missing on macOS, and unusual location - A bit yucky
export PKG_CONFIG_PATH:=$(PKG_CONFIG_PATH):$(MIQ)
export PKG_CONFIG_PATH:=$(PKG_CONFIG_PATH):$(abspath $(MIQ))