Commit 33a939a7 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

NPAPI-win32: use PKG_CONFIG_LIBDIR to detect libVLC

We do not want the fallback on external packages here
parent d09ff470
......@@ -37,7 +37,7 @@ npapi-vlc/Makefile: npapi-vlc/configure
CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" \
LD="$(LD)" LDFLAGS="$(LDFLAGS)" \
SHELL="$(SHELL)" \
PKG_CONFIG_PATH="$(libdir)/pkgconfig:$(CONTRIB_DIR)/lib/pkgconfig"
PKG_CONFIG_LIBDIR="$(libdir)/pkgconfig:$(CONTRIB_DIR)/lib/pkgconfig"
touch $@
npapi-vlc/npapi/npvlc.la: npapi-vlc/Makefile
......
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