Commit 44f794f8 authored by Rafaël Carré's avatar Rafaël Carré

Sets PKG_CONFIG_LIBDIR when building contrib

parent c273a3be
...@@ -36,6 +36,7 @@ include ./packages.mak ...@@ -36,6 +36,7 @@ include ./packages.mak
export PATH := $(PREFIX)/bin:$(EXTRA_PATH):$(PATH) export PATH := $(PREFIX)/bin:$(EXTRA_PATH):$(PATH)
export PKG_CONFIG_PATH export PKG_CONFIG_PATH
export PKG_CONFIG_LIBDIR = $(PREFIX)/lib/pkgconfig
export DYLD_LIBRARY_PATH = $(PREFIX)/lib export DYLD_LIBRARY_PATH = $(PREFIX)/lib
# following is required for configure scripts that check dyld libraries # following is required for configure scripts that check dyld libraries
# by building and running a test app # by building and running a test app
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment