Skip to content

Commit

Permalink
docs: fix typo in if.platform-system example (#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Aug 29, 2024
1 parent 203035d commit 1124da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/overrides.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Example:

```toml
[[tool.scikit-build.overrides]]
if.platform-system = "$darwin"
if.platform-system = "^darwin"
cmake.version = ">=3.18"
```

Expand Down

0 comments on commit 1124da7

Please sign in to comment.