mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-26 08:19:55 +03:00
set default pkg-config path on Mac OS X to make default build work
svn path=/trunk/netsurf/; revision=12907
This commit is contained in:
parent
57547f7b1e
commit
561d6613dd
8
Makefile
8
Makefile
@ -238,8 +238,12 @@ else
|
|||||||
PKG_CONFIG := PKG_CONFIG_LIBDIR="$(GCCSDK_INSTALL_ENV)/lib/pkgconfig" pkg-config
|
PKG_CONFIG := PKG_CONFIG_LIBDIR="$(GCCSDK_INSTALL_ENV)/lib/pkgconfig" pkg-config
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
# Building for GTK, Framebuffer, Atari
|
ifeq ($(TARGET),cocoa)
|
||||||
PKG_CONFIG := pkg-config
|
PKG_CONFIG := PKG_CONFIG_PATH="$(PKG_CONFIG_PATH):/usr/local/lib/pkgconfig" pkg-config
|
||||||
|
else
|
||||||
|
# Building for GTK, Framebuffer, Atari
|
||||||
|
PKG_CONFIG := pkg-config
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user