Fix release build switch
This commit is contained in:
parent
802605d1be
commit
9792de4284
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue