Fix typo failing the Rebuild target (#68)
authorChristian Ullrich <chris@chrullrich.net>
Mon, 28 Oct 2024 09:49:25 +0000 (10:49 +0100)
committerGitHub <noreply@github.com>
Mon, 28 Oct 2024 09:49:25 +0000 (05:49 -0400)
winbuild/platformbuild.vcxproj

index e08aadc647d735ae25bfe2cab482347b5ddd5b3a..3530285006a478a9a577ed62aac6a3d58c4ee862 100755 (executable)
        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)"/>