From a099e204ed63eb77416f0bcd9acccf6b81d72928 Mon Sep 17 00:00:00 2001 From: Christian Ullrich Date: Mon, 28 Oct 2024 10:49:25 +0100 Subject: [PATCH] Fix typo failing the Rebuild target (#68) --- winbuild/platformbuild.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winbuild/platformbuild.vcxproj b/winbuild/platformbuild.vcxproj index e08aadc..3530285 100755 --- a/winbuild/platformbuild.vcxproj +++ b/winbuild/platformbuild.vcxproj @@ -103,7 +103,7 @@ Condition="!exists('$(PG_BIN)')"/> + Condition="!exists('$(PG_BIN)\libpq.dll')"/> -- 2.39.5