diff --git a/mac_build/buildFTGL.sh b/mac_build/buildFTGL.sh index 2c50308c49..4bdabee8e2 100644 --- a/mac_build/buildFTGL.sh +++ b/mac_build/buildFTGL.sh @@ -66,6 +66,9 @@ while [[ $# -gt 0 ]]; do shift # past argument or value done +# needed for ftgl 2.1.3-rc5 to find our freetype 2.9 build not the system one +export PKG_CONFIG_PATH=${libftpath}/lib/pkgconfig:${PKG_CONFIG_PATH} + SRCDIR=$PWD if [ "${doclean}" != "yes" ]; then