From a634073a318513910b5c7b29ee507200d21232b8 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 17 Nov 2025 14:37:12 +0100 Subject: [PATCH] limits option to amd64 --- leopard/wrapper.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leopard/wrapper.nim b/leopard/wrapper.nim index cb58911..9fc8698 100644 --- a/leopard/wrapper.nim +++ b/leopard/wrapper.nim @@ -108,7 +108,7 @@ proc overrideCMakeMarch() = # not necessarily available on the user system. # To be able to build portable binaries, we have no choice but # to modify the CMakeLists.txt - when defined(nimleopard_portable_build): + when defined(nimleopard_portable_build) and defined(amd64): if defined(windows) or defined(unix): let cmakeFile = joinPath(LeopardDir, "CMakeLists.txt")