mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-05 22:18:03 +01:00
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
|
PACKAGE=true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
RELEASE_BUILD=1
|
|
||||||
INSTALL_PROGRAM_FLAGS=''
|
INSTALL_PROGRAM_FLAGS=''
|
||||||
for param in "$@"; do
|
for param in "$@"; do
|
||||||
if [ "$param" == "--release" ]; then
|
if [ "$param" == "--release" ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue