diff options
| author | Stefan Boberg <[email protected]> | 2025-11-10 18:34:35 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-11-10 18:34:35 +0100 |
| commit | 09828d5a378fc9fbe9a133f2a777b021a0b178ce (patch) | |
| tree | 345fb58d682c3c4661dea0e5ef5973cbf06e3fdf /scripts/bundle.lua | |
| parent | 5.7.9-pre13 (diff) | |
| download | zen-09828d5a378fc9fbe9a133f2a777b021a0b178ce.tar.xz zen-09828d5a378fc9fbe9a133f2a777b021a0b178ce.zip | |
switch back to openssl on Mac (#641)
* switch back to openssl for Mac (fixes cross-compilation config)
* add openssl 3.6.0 and change make target to install_dev for quicker install
* disable LTO on Mac to reduce build time on openssl3
* add mbedTLS 3.6.5 (but this is not used anywhere right now)
Diffstat (limited to 'scripts/bundle.lua')
| -rw-r--r-- | scripts/bundle.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bundle.lua b/scripts/bundle.lua index 6e2994742..7f7828b41 100644 --- a/scripts/bundle.lua +++ b/scripts/bundle.lua @@ -193,8 +193,8 @@ end -------------------------------------------------------------------------------- local function main_mac(signidentity) -- Build and universalify - _build("x86_64", false, "--target_minver=12.5") _build("arm64", false, "--target_minver=12.5") + _build("x86_64", false, "--target_minver=12.5") os.mkdir("build/macosx/universal/release/") local ret = _exec( |