diff options
author | Christian Ullrich | 2024-10-28 09:49:25 +0000 |
---|---|---|
committer | GitHub | 2024-10-28 09:49:25 +0000 |
commit | a099e204ed63eb77416f0bcd9acccf6b81d72928 (patch) | |
tree | 425c34a360521be9977bafa4886270c3371e47b4 | |
parent | c362d981c05014fed245f8c77de5cc642bd7d750 (diff) |
Fix typo failing the Rebuild target (#68)
-rwxr-xr-x | winbuild/platformbuild.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
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)')"/> <Error Text="$(PG_BIN)\libpq.dll doesn't exist.%0D%0Aset PG_BIN properly." - Condition="!exists('$(PG_BIN)\llibpq.dll')"/> + Condition="!exists('$(PG_BIN)\libpq.dll')"/> <MSBuild Projects="psqlsetup.vcxproj" Targets="ReBuild" Properties="Configuration=$(Configuration);srcPath=$(srcPath)"/> |