Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangsihu authored and braillescreen committed Dec 2, 2024
1 parent cf679ce commit bb32b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Help("""
Available custom build switches for NVGT:
copylibs=0 or 1 (default 1): Copy shared libraries to release/lib after building?
debug=0 or 1 (default 0): Include debug symbols in the resulting binaries?
no_upx=0 or 1 (defaulot 1): Disable UPX stubs?
no_upx=0 or 1 (default 1): Disable UPX stubs?
no_plugins=0 or 1 (default 0): Disable the plugin system entirely?
no_shared_plugins=0 or 1 (default 0): Only compile plugins statically?
no_stubs=0 or 1 (default 0): Disable compilation of all stubs?
Expand Down

0 comments on commit bb32b6e

Please sign in to comment.