Commit e4b19d0a authored by Felix Paul Kühne's avatar Felix Paul Kühne

contribs: fixed typo

parent 2bdb205f
......@@ -37,9 +37,9 @@ include ./packages.mak
#ifdef HAVE_DARWIN_OS
export PATH := $(PREFIX)/bin:$(EXTRA_PATH):/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:
else
#else
export PATH := $(PREFIX)/bin:$(EXTRA_PATH):$(PATH)
endif
#endif
export PKG_CONFIG_PATH
export PKG_CONFIG_LIBDIR = $(PREFIX)/lib/pkgconfig
export MACOSX_DEPLOYMENT_TARGET = $(SDK_TARGET)
......
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