diff --git a/sc2/build/unix/build.sh b/sc2/build/unix/build.sh index a9472cf95..30172e198 100644 --- a/sc2/build/unix/build.sh +++ b/sc2/build/unix/build.sh @@ -55,6 +55,9 @@ if [ $# -lt 1 ]; then exit 1; fi +# Load the configuration functions +. build/unix/build.config + case "$1" in cleanall) build_cleanall @@ -87,9 +90,6 @@ export "${BUILD_PROJECT}_CFLAGS" "${BUILD_PROJECT}_LDFLAGS" eval ${BUILD_PROJECT}_OBJS=\${${BUILD_PROJECT}_OBJS%/}/ export "${BUILD_PROJECT}_OBJS" -# Load the configuration functions -. build/unix/build.config - if [ $# -lt 2 ]; then build_check_config build_check_dependencies