Skip to content

Commit 5603f61

Browse files
committed
[_AtomicShims] Don’t try to extend the library path using .linker_option
This emits a warning and it seems to be unnecessary.
1 parent 673864b commit 5603f61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/_AtomicsShims/src/_AtomicsShims.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
// Ensure we link with libswiftCore.dylib even when the build system decides
2121
// to build this module as a standalone library.
2222
// (See https://github.com/apple/swift-atomics/issues/55)
23-
__asm__(".linker_option \"-L/usr/lib/swift\"\n");
2423
__asm__(".linker_option \"-lswiftCore\"\n");
2524
#endif
2625

0 commit comments

Comments
 (0)