commit d0ee9ec3d468110dba5397cb97ba4322386ada3d
Author: Stephan Witt <[email protected]>
Date:   Mon Jan 5 16:03:25 2026 +0100

    Check for newer SDK versions too.
    
    (cherry picked from commit 1e8cf08234da889cdaef959528cd23fc5fdc706c)
---
 development/LyX-Mac-binary-release.sh | 2 +-
 status.25x                            | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/development/LyX-Mac-binary-release.sh 
b/development/LyX-Mac-binary-release.sh
index 159b73f26d..9d9df4ba90 100644
--- a/development/LyX-Mac-binary-release.sh
+++ b/development/LyX-Mac-binary-release.sh
@@ -390,7 +390,7 @@ 
DMGNAME="${LyxBase}${LyXGitCommitHash:+-}${LyXGitCommitHash}"
 DMGSIZE="550m"
 
 # Check for existing SDKs
-SDKs=$(echo ${DEVELOPER_SDKS}/MacOSX1[0-9]*sdk)
+SDKs=$(echo ${DEVELOPER_SDKS}/MacOSX[12][0-9]*sdk)
 case $SDKs in
 *${SDKROOT}*)
        ;;
diff --git a/status.25x b/status.25x
index b163720766..36d8eb72db 100644
--- a/status.25x
+++ b/status.25x
@@ -35,6 +35,7 @@ What's new
 
 * BUILD/INSTALLATION
 
+- Accept macos SDKs with version 20 and higher to build bundle package.
 
 
 
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to