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:
parent
6c4528ab6f
commit
9e8ff0819f
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue