diff options
author | Etan Kissling <etan@status.im> | 2023-06-24 08:13:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-24 08:13:43 +0200 |
commit | c6c85f84db3bd7bd2d1c5823020c7df007f1bb69 (patch) | |
tree | 0836375d1dfae691ad2b18b4db9d3bae78a0561b /config | |
parent | beaac609ab5756114a0938360a60eca0f605f4a1 (diff) | |
download | Nim-c6c85f84db3bd7bd2d1c5823020c7df007f1bb69.tar.gz |
macOS `ar` doesn't support `@` syntax (#22146)
When the linker command line is long, Nim compiler generates a file for passing the linker arguments. On `macOS`, that mechanism fails as the `@` syntax is not supported by `ar`. Use `xargs` instead to pass the linker arguments file.
Diffstat (limited to 'config')
0 files changed, 0 insertions, 0 deletions