This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/ninja_config.py b/ninja_config.py | |
| index 7317fa1b..71e36d15 100644 | |
| --- a/ninja_config.py | |
| +++ b/ninja_config.py | |
| @@ -189,7 +189,7 @@ elif sys.platform == "win32": | |
| LD = f"{CROSS}-ld.exe" | |
| OBJCOPY = f"{CROSS}-objcopy.exe" | |
| OBJDUMP = f"{CROSS}-objdump.exe" | |
| - CPP = f"{TOOLS_DIR}/win-build/mcpp/mcpp.exe" | |
| + CPP = f"{TOOLS_DIR}/win-build/tcc/tcc.exe" |
OlderNewer