We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673864b commit 5603f61Copy full SHA for 5603f61
Sources/_AtomicsShims/src/_AtomicsShims.c
@@ -20,7 +20,6 @@
20
// Ensure we link with libswiftCore.dylib even when the build system decides
21
// to build this module as a standalone library.
22
// (See https://github.com/apple/swift-atomics/issues/55)
23
-__asm__(".linker_option \"-L/usr/lib/swift\"\n");
24
__asm__(".linker_option \"-lswiftCore\"\n");
25
#endif
26
0 commit comments