From 134de2cfb2b6b282bb35c8d0b4411ea4a43a1764 Mon Sep 17 00:00:00 2001 From: Spoike Date: Fri, 7 May 2021 06:55:53 +0000 Subject: [PATCH] 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 --- build_setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_setup.sh b/build_setup.sh index bc80cf47b..7313c237f 100755 --- a/build_setup.sh +++ b/build_setup.sh @@ -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