From 3a5cd1c93728c32ddb4fceae38bfca3635be0366 Mon Sep 17 00:00:00 2001 From: yyc12345 Date: Mon, 4 Aug 2025 11:17:46 +0800 Subject: [PATCH] feat: support macos arm64 arch - specially thank doyaGu for compiling macos arm64 BMap binary. --- bbp_ng/blender_manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbp_ng/blender_manifest.toml b/bbp_ng/blender_manifest.toml index 3beb77a..988c445 100644 --- a/bbp_ng/blender_manifest.toml +++ b/bbp_ng/blender_manifest.toml @@ -37,7 +37,7 @@ license = [ # ] # Optional list of supported platforms. If omitted, the extension will be available in all operating systems. -platforms = ["windows-x64", "linux-x64"] +platforms = ["windows-x64", "linux-x64", "macos-arm64"] # Supported platforms: "windows-x64", "macos-arm64", "linux-x64", "windows-arm64", "macos-x64" # Optional: bundle 3rd party Python modules.