DEBSOURCES
Skip Quicknav
sources / popplerkit.framework / 0.0.20051227svn-16 / 3rdParty / build / scripts / build-expat.sh
123456789
#!/bin/sh if [ -z "${BUILD_SCRIPTS}" ]; then echo "BUILD_SCRIPTS is not set!" exit 1 fi sh ${BUILD_SCRIPTS}/build-default-lib.sh $@ exit $?