Index: appveyor.yml =================================================================== diff -u -r05d909f4845594ff7f53eac73f3d53c3759683ab -r96b79f58cb3a7c622c468e77e646f4fde0e7de6b --- appveyor.yml (.../appveyor.yml) (revision 05d909f4845594ff7f53eac73f3d53c3759683ab) +++ appveyor.yml (.../appveyor.yml) (revision 96b79f58cb3a7c622c468e77e646f4fde0e7de6b) @@ -19,7 +19,7 @@ - 7z x -y "%MINGW_ARCHIVE%" > nul - appveyor DownloadFile "%TCLKIT_URL%" -FileName "%TCLKIT%" - set CHERE_INVOKING=1 - - bash -lc "echo \"export PATH=`pwd`/${MINGW_DIR}:$PATH\" >> ~/.bash_profile" + - bash -lc "echo \"export PATH=`pwd`/${MINGW_DIR}/bin:$PATH\" >> ~/.bash_profile" build_script: - tclkit.exe apps/build.tcl %CD% %APPVEYOR_BUILD_FOLDER% %TCLTAG%