diff --git a/Make.inc b/Make.inc index 468b9bda48832..f1bb4e6330d1d 100644 --- a/Make.inc +++ b/Make.inc @@ -200,8 +200,8 @@ BUILD_LLDB := 0 # Path to cmake (override in Make.user if needed) CMAKE ?= cmake -# Point pkg-config to only look at our libraries -export PKG_CONFIG_LIBDIR = $(JULIAHOME)/usr/lib/pkgconfig +# Point pkg-config to prefer our libraries +export PKG_CONFIG_PATH = $(JULIAHOME)/usr/lib/pkgconfig # Figure out OS and architecture BUILD_OS := $(shell uname)