mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-01-22 20:04:29 +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@ %*
|