mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2024-11-22 19:00:04 +08:00
Update compile_win.pl
This commit is contained in:
parent
66ec94d61a
commit
5c4154eda2
@ -85,6 +85,7 @@ printLineToBat ("cmake --install . --config Release");
|
|||||||
printLineToBat ("cmake --install . --config Debug");
|
printLineToBat ("cmake --install . --config Debug");
|
||||||
|
|
||||||
# clean up
|
# clean up
|
||||||
|
printLineToBat ("cd .."); # since we're now in 'qt6-build' for some reason
|
||||||
printLineToBat ("rmdir qt6-build /s /q");
|
printLineToBat ("rmdir qt6-build /s /q");
|
||||||
|
|
||||||
close BAT;
|
close BAT;
|
||||||
|
Loading…
Reference in New Issue
Block a user