Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information