diff options
| author | Zousar Shaker <[email protected]> | 2025-04-04 07:36:58 -0600 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-04-04 07:36:58 -0600 |
| commit | 396b0a59652a6222c375ad33079827ffdbe55da9 (patch) | |
| tree | ff5c6f9b8f61224bb3fa5a8ceaa91eec465c0e15 /scripts/bundle.lua | |
| parent | Changelog (diff) | |
| parent | 5.6.3-pre1 (diff) | |
| download | zen-396b0a59652a6222c375ad33079827ffdbe55da9.tar.xz zen-396b0a59652a6222c375ad33079827ffdbe55da9.zip | |
Merge branch 'main' into zs/web-ui-oplog-search
Diffstat (limited to 'scripts/bundle.lua')
| -rw-r--r-- | scripts/bundle.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/bundle.lua b/scripts/bundle.lua index 3ca9b7ae4..1a81c9b7f 100644 --- a/scripts/bundle.lua +++ b/scripts/bundle.lua @@ -214,8 +214,8 @@ end -------------------------------------------------------------------------------- local function main_mac(signidentity) -- Build and universalify - _build("x86_64", false, "--target_minver=14.0") - _build("arm64", false, "--target_minver=14.0") + _build("x86_64", false, "--target_minver=12.5") + _build("arm64", false, "--target_minver=12.5") os.mkdir("build/macosx/universal/release/") local ret = _exec( |