We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ce654 commit 9faf1a0Copy full SHA for 9faf1a0
phases/30-gnustep-base.sh
@@ -17,6 +17,9 @@ echo
17
echo "### Loading GNUstep environment"
18
. "$UNIX_INSTALL_PREFIX/share/GNUstep/Makefiles/GNUstep.sh"
19
20
+# Make sure that we only include configuration from the current install prefix
21
+export PKG_CONFIG_PATH="$UNIX_INSTALL_PREFIX/lib/pkgconfig"
22
+
23
echo
24
echo "### Running configure"
25
./configure \
0 commit comments