Skip to content

Commit

Permalink
Update web/docs/c.md
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Mützel <[email protected]>
  • Loading branch information
lazka and mmuetzel authored Oct 29, 2024
1 parent 70a5182 commit 29662fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/docs/c.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ With mingw-w64, there are three ways wildcard expansion can be configured:
3. You can link in `CRT_noglob.o` or `CRT_glob.o` to disable or enable wildcard expansion, respectively. This will error out if `_dowildcard` is already set in the source.

```bash
# To enable force-enable wildcard expansion
# To force-enable wildcard expansion
cc main.c $(cc -print-file-name=CRT_glob.o)
# To force-disable wildcard expansion
cc main.c $(cc -print-file-name=CRT_noglob.o)
Expand Down

0 comments on commit 29662fa

Please sign in to comment.