-
-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1536: Add support for target specific build configuration r=messense a=messense Implements #1252 (comment), currently only supports the `macos-deployment-target` option, for example: ```toml [tool.maturin.target."x86_64-apple-darwin"] macos-deployment-target = "10.12" ``` Closes #1252 Co-authored-by: messense <[email protected]>
- Loading branch information
Showing
10 changed files
with
415 additions
and
361 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.