mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 03:59:59 +08:00
4 lines
135 B
Batchfile
4 lines
135 B
Batchfile
:: Make sure we don't echo, because CMake uses the output to parse out ninja's version
|
|
@echo off
|
|
@original_ninja@ @ninja_arguments@ %*
|