mirror of
https://github.com/logos-storage/nim-leopard.git
synced 2026-02-11 17:23:08 +00:00
limits option to amd64
This commit is contained in:
parent
35c5a33b4f
commit
a634073a31
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user