summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorRye <rye@alchemyviewer.org>2025-08-28 14:09:03 -0400
committerRye <rye@alchemyviewer.org>2025-08-28 17:58:33 -0400
commit5ffcd3dc88892a651fe9a95974280efb85e18a8b (patch)
treebd1373852d8b1a086604f00c389220ab6314975d /build.sh
parentd010e55b88eced851543f7afd47e6c4f24964486 (diff)
Fixes for GHA build
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 9118cb4346..36e332cf42 100755
--- a/build.sh
+++ b/build.sh
@@ -158,6 +158,7 @@ pre_build()
if [[ "$arch" == "Darwin" ]]
then
+ HAVOK=OFF
SIGNING=("-DENABLE_SIGNING:BOOL=YES" \
"-DSIGNING_IDENTITY:STRING=Developer ID Application: Linden Research, Inc.")
fi
@@ -387,7 +388,7 @@ do
if `cat "$build_dir/build_ok"`
then
case "$variant" in
- Release)
+ Release*)
if [ -r "$build_dir/autobuild-package.xml" ]
then
begin_section "Autobuild metadata"