Skip to content

Don't use -latomic on macOS

Rodrigo Muino Tomonari requested to merge github/fork/ryandesign/patch-1 into master

Fixes build when using open-source clang. (Builds using Apple clang from Xcode 7 and later were already working, due to the fact that node's build system misidentifies their llvm_version as "0.0" and thus the flag wasn't being added.)

Closes #30093 (closed)

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading