Commit 84ac165
committed
Remove
The `dylib` addition breaks static binaries causing them not never be
static again, because the atomic lib is always added as a dynamic
library.
Removing the `dylib` should not be an issue, since the compiler will
either add it dynamically or statically based upon the compiler
settings.dylib from atomic linking1 parent 859fbc1 commit 84ac165
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
0 commit comments