mirror of
https://github.com/status-im/status-lib.git
synced 2025-01-12 21:44:57 +00:00
8 lines
283 B
Plaintext
8 lines
283 B
Plaintext
|
if defined(macosx):
|
||
|
switch("passL", "-rpath " & getEnv("STATUSGO_LIBDIR"))
|
||
|
if hostCPU == "arm64": # Crosscompiling to amd64 since arm64 is not supported
|
||
|
switch("cpu", "amd64")
|
||
|
switch("os", "MacOSX")
|
||
|
switch("passL", "-arch x86_64")
|
||
|
switch("passC", "-arch x86_64")
|