From 16682dd237ca8133bd42afed986916a77c4f8254 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Fri, 21 Dec 2018 13:25:14 +0800 Subject: [PATCH] MSVC builds: Fix pkg-config file generation We are not passing in the correct architecture to the script that we use to generate the pkg-config files for Release/x86 builds and Debug/x64 builds. Fix this. --- build/win32/vs10/gtk-install.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/win32/vs10/gtk-install.vcxproj b/build/win32/vs10/gtk-install.vcxproj index e90fcfb1b..c9c32c2a9 100644 --- a/build/win32/vs10/gtk-install.vcxproj +++ b/build/win32/vs10/gtk-install.vcxproj @@ -108,10 +108,10 @@ $(GenerateGtkPC) $(GtkPCFiles);%(Outputs) Generating .pc files... - $(GenerateGtkPC) + $(GenerateGtkPCX64) $(GtkPCFiles);%(Outputs) Generating .pc files... - $(GenerateGtkPCX64) + $(GenerateGtkPC) $(GtkPCFiles);%(Outputs) Generating .pc files... $(GenerateGtkPCX64)