Skip to content

Commit

Permalink
pkg-config: Remove explicit usage of MSYS2 GCC UCRT prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed May 14, 2024
1 parent 209c964 commit 1e48a36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buildscript/modules/pkg-config.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
@call "%devroot%\%projectname%\buildscript\modules\msysupdate.cmd"
@%runmsys% /usr/bin/pacman -S ${MINGW_PACKAGE_PREFIX}-pkgconf --needed --noconfirm --disable-download-timeout
@echo.
@set pkgconfigloc=%msysloc%\mingw32\bin
@IF %abi%==x64 set pkgconfigloc=%msysloc%\ucrt64\bin
@set pkgconfigloc=%msysloc%\%LMSYSTEM%\bin
@GOTO doneenvcheck

:nonmingwpkgconfig
Expand Down

0 comments on commit 1e48a36

Please sign in to comment.