Skip to content

Commit 1124da7

Browse files
authored
docs: fix typo in if.platform-system example (#879)
Wrong regex symbol, seen in https://github.com/orgs/scikit-build/discussions/1115#discussioncomment-10479495
1 parent 203035d commit 1124da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/overrides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Example:
7171

7272
```toml
7373
[[tool.scikit-build.overrides]]
74-
if.platform-system = "$darwin"
74+
if.platform-system = "^darwin"
7575
cmake.version = ">=3.18"
7676
```
7777

0 commit comments

Comments
 (0)