nim-lang / nimble

Package manager for the Nim programming language.
Other
1.25k stars 188 forks source link

can not pass --cc option to nim compiler ? #1147

Closed lost22git closed 1 year ago

lost22git commented 1 year ago
nimble build -d:release \
  --cc:clang --clang.exe:zigcc --clang.linkerexe:zigcc \
  --passC="--target x86_64-linux-musl" --passL="--target x86_64-linux-musl"
lost22git commented 1 year ago

solved

lost22git commented 1 year ago

ref: https://forum.nim-lang.org/t/10520