mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
Set AUDACITY_BUILD_LEVEL to Release when building from release branch
This commit is contained in:
committed by
Paul Licameli
parent
a8afea5a75
commit
70bb6a63c3
@@ -58,6 +58,7 @@ fi
|
||||
if [[ ${GIT_BRANCH} == release* ]]; then
|
||||
cmake_args+=(
|
||||
-D audacity_package_manual=yes
|
||||
-D AUDACITY_BUILD_LEVEL=2
|
||||
)
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user