From 09828d5a378fc9fbe9a133f2a777b021a0b178ce Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Mon, 10 Nov 2025 18:34:35 +0100 Subject: 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) --- scripts/bundle.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/bundle.lua') 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( -- cgit v1.2.3