[win][build][batch] fix path variable calculation

This commit is contained in:
Vasily Levchenko
2018-01-25 16:00:15 +03:00
parent 12d3346c36
commit 67c723b93b
+1 -1
View File
@@ -93,7 +93,7 @@ goto :eof
:set_path
rem libclang.dll is dynamically linked and thus requires correct PATH to be loaded.
rem TODO: remove this hack.
set "PATH=%HOME%\.konan\dependencies\msys2-mingw-w64-x86_64-gcc-7.2.0-clang-llvm-5.0.0-windows-x86-64\bin;%PATH%"
set "PATH=%USERPROFILE%\.konan\dependencies\msys2-mingw-w64-x86_64-gcc-7.2.0-clang-llvm-5.0.0-windows-x86-64\bin;%PATH%"
goto :eof
:end