diff --git a/6.5.1/compile_win.pl b/6.5.1/compile_win.pl index 276db56..d507e8b 100644 --- a/6.5.1/compile_win.pl +++ b/6.5.1/compile_win.pl @@ -29,7 +29,7 @@ my $batfile = 'compile_win.bat'; open BAT, '>', $batfile; -printLineToBat ("SET PATH=%PATH%;%cd%\\_tools;%cd%\\_tools\\cmake"); # add folders to the path for 7z, wget, cmake, etc +printLineToBat ("SET PATH=%PATH%;%cd%\\_tools;%cd%\\_tools\\cmake\\bin"); # add folders to the path for 7z, wget, cmake, etc printLineToBat ("CALL \"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Auxiliary\\Build\\vcvarsall.bat\" $arch"); printLineToBat ("SET _ROOT=%cd%"); printLineToBat ("SET PATH=%_ROOT%\\qtbase\\bin;%_ROOT%\\gnuwin32\\bin;%PATH%"); # http://doc.qt.io/qt-5/windows-building.html