| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
tag for fat binaries (#390)
The system compiler in Xcode 12 will not set the deployment target for arm64 below 11.0.0
(which is the first version of macOS supporting arm64). To allow building wheels that target
an earlier version of macOS (by way of the x86_64 part of fat binaries) ignore the deployment
target in the arm64 part of fat binaries when that's 11.0.0.
|
|
|
|
|
| |
Fixes #385.
Co-authored-by: FX Coudert <fxcoudert@gmail.com>
|
|
|
| |
The internal pep425tags module has been removed in favor of the "packaging" library.
|
|
Fixes #37.
|