summary refs log tree commit diff stats
path: root/tests/parallel/tuseafterdef.nim
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2024-06-02 09:36:20 +0800
committerGitHub <noreply@github.com>2024-06-02 09:36:20 +0800
commitde4c7dfdd9501e286e0e525446e82ff340a628f4 (patch)
treeaa105c1e121b82e3493c7075d26b65afe76ece10 /tests/parallel/tuseafterdef.nim
parentcdfc886f88cc95a8dc05e2211d1030b146a521f5 (diff)
downloadNim-de4c7dfdd9501e286e0e525446e82ff340a628f4.tar.gz
fixes #22798; Duplicate libraries linker warning (i.e., '-lm') on macOS (#23292)
fixes #22798

Per
https://stackoverflow.com/questions/33675638/gcc-link-the-math-library-by-default-in-c-on-mac-os-x
and
https://stackoverflow.com/questions/30694042/c-std-library-dont-appear-to-be-linked-in-object-file

> There's no separate math library on OSX. While a lot of systems ship
functions in the standard C math.h header in a separate math library,
OSX does not do that, it's part of the libSystem library, which is
always linked in.

required by https://github.com/nim-lang/Nim/pull/23290
Diffstat (limited to 'tests/parallel/tuseafterdef.nim')
0 files changed, 0 insertions, 0 deletions