changeset 652:aca88d547b48

Print failed path
author Chris Cannam
date Wed, 23 Oct 2019 09:09:45 +0100
parents 916b55fa197a
children 9b94df4bd0e6
files deploy/win64/build-64.bat
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/deploy/win64/build-64.bat	Tue Oct 22 20:45:00 2019 +0100
+++ b/deploy/win64/build-64.bat	Wed Oct 23 09:09:45 2019 +0100
@@ -5,7 +5,7 @@
 
 set QTDIR=C:\Qt\5.13.1\msvc2017_64
 if not exist %QTDIR% (
-@   echo Could not find 64-bit Qt
+@   echo Could not find 64-bit Qt in %QTDIR%
 @   exit /b 2
 )