aboutsummaryrefslogtreecommitdiff
path: root/mingw.bld
diff options
context:
space:
mode:
Diffstat (limited to 'mingw.bld')
-rw-r--r--mingw.bld2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingw.bld b/mingw.bld
index 5cbd16e..fe2f763 100644
--- a/mingw.bld
+++ b/mingw.bld
@@ -64,7 +64,7 @@ target ["src/stable/lzma.win_o", "src/experimental/cachestorefiles.win_o", "src/
64{ 64{
65 profile "build" 65 profile "build"
66 { 66 {
67 execute("rm -f ${OUTPUT} && touch ${OUTPUT} && echo NOT BUILDING PROCESS RIGHT NOW!!!"); 67 execute("rm -f ${OUTPUT} && touch ${OUTPUT} && echo NOT BUILDING ${OUTPUT}");
68 } 68 }
69} 69}
70 70