we generally want pkg-config to be usable, so try to get mingw's version of it too.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5829 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2021-05-07 06:55:53 +00:00
parent 4c3b6b09b8
commit 134de2cfb2
1 changed files with 2 additions and 1 deletions

View File

@ -333,8 +333,9 @@ fi
if [ "$BUILD_WIN32" == "y" ] || [ "$BUILD_WIN64" == "y" ]; then
#for building windows targets
#tools package provides pkg-config
#python is needed to configure scintilla properly.
debianpackages mingw-w64 python || otherpackages x86_64-w64-mingw32-gcc python || exit
debianpackages mingw-w64 mingw-w64-tools python || otherpackages x86_64-w64-mingw32-gcc python || exit
fi