Commit dc6cc851 authored by Gildas Bazin's avatar Gildas Bazin

* extras/contrib/src/Makefile: set PKG_CONFIG_PATH on win32.

parent 4358a3bf
...@@ -62,6 +62,7 @@ HAVE_WIN32=1 ...@@ -62,6 +62,7 @@ HAVE_WIN32=1
endif endif
ifdef HAVE_WIN32 ifdef HAVE_WIN32
export PATH := $(PREFIX)/bin:$(PATH) export PATH := $(PREFIX)/bin:$(PATH)
export PKG_CONFIG_PATH = $(PREFIX)/lib/pkgconfig
#EXTRA_CPPFLAGS = /usr/win32/include #EXTRA_CPPFLAGS = /usr/win32/include
#EXTRA_LDFLAGS = /usr/win32/lib #EXTRA_LDFLAGS = /usr/win32/lib
endif endif
......
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