Skip to content

Commit

Permalink
Merge pull request #12590 from JuliaLang/jn/cmake-pkg-config
Browse files Browse the repository at this point in the history
prevent pkg-config from finding unrelated system libraries
  • Loading branch information
vtjnash committed Aug 13, 2015
2 parents f40da0f + 192d218 commit bb4eddc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ 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

# Figure out OS and architecture
BUILD_OS := $(shell uname)

Expand Down

0 comments on commit bb4eddc

Please sign in to comment.