Skip to content

Commit

Permalink
fix(guide): correct typo (#2162)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdghosal authored Jul 26, 2024
1 parent 46cce03 commit d4dc455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/src/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ can be configured to apply to sdist and/or wheel.
### macOS deployment target version defaults what `rustc` supports

If you don't set the `MACOSX_DEPLOYMENT_TARGET` environment variable,
maturin 0.14 will use the default target version quired from `rustc`,
maturin 0.14 will use the default target version acquired from `rustc`,
this may cause build issue for projects that depend on C/C++ code,
usually you can fix it by setting a correct `MACOSX_DEPLOYMENT_TARGET`, for example

Expand Down

0 comments on commit d4dc455

Please sign in to comment.