From 838e9d136369502b7f48c7766654e85c2c46ce14 Mon Sep 17 00:00:00 2001 From: peri4 Date: Thu, 7 May 2026 18:26:55 +0300 Subject: [PATCH] fix --- platforms.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/platforms.json b/platforms.json index 4269f65..1763888 100644 --- a/platforms.json +++ b/platforms.json @@ -346,7 +346,9 @@ "docker": { "directory": "windows", "image_basename": "windows", - "build_options": {} + "build_options": { + "DOCKER_BITS": "64" + } }, "cmake_toolchain": "/soft/toolchain-Windows.cmake" }, @@ -366,9 +368,7 @@ "docker": { "directory": "osx", "image_basename": "osx", - "build_options": { - "DOCKER_BITS": "64" - } + "build_options": {} }, "cmake_toolchain": "/soft/toolchain-Darwin.cmake" },