Fix release build switch

This commit is contained in:
Andrew Eikum 2018-04-10 10:32:53 -05:00
parent 802605d1be
commit 9792de4284

View File

@ -219,7 +219,6 @@ if [ "$BUILD_COMPONENTS" == "all" ]; then
PACKAGE=true
fi
RELEASE_BUILD=1
INSTALL_PROGRAM_FLAGS=''
for param in "$@"; do
if [ "$param" == "--release" ]; then