Skip to content

Commit

Permalink
Allow pkg-config to fallback to system libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlegel S H committed Nov 11, 2015
1 parent 4685a2b commit cbfc1be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cbfc1be

Please sign in to comment.