the script is not worked after update the msys2
Closed this issue · 6 comments
Deleted user commented
Today after the "pacman -Syu"
the mingw64_shell.bat content is changed:
:
@echo off
rem To activate windows native symlinks uncomment next line
rem set MSYS=winsymlinks:nativestrict
rem Set debugging program for errors
rem set MSYS=error_start:%WD%../../mingw64/bin/qtcreator.exe^|-debug^|^<process-id^>
rem To export full current PATH from environment into MSYS2 uncomment next line
rem set SET_FULL_PATH=1
call "%~dp0start_shell.cmd" -mingw64 %*
:EOF
it seems it call the script "start_shell.cmd" instead and old script is not workded anymore.
Thanks for fixing this issue! :)
njzhangyifei commented
I haven't upgraded my msys2 yet. Will look into this.
njzhangyifei commented
fixed with 86a62dd, have a try.
Deleted user commented
@njzhangyifei It works! thank you guy~
Deleted user commented
Well, after update again, the script is not work again...
It need change msys2_shell.cmd -mingw64 -here \"%v\"
to msys2_shell.cmd -mingw64 -where \"%v\"
njzhangyifei commented
@Neroldy the script should be up-to-date, could you give it a try?
Deleted user commented
@njzhangyifei The script works fine, thanks~