Skip to content

Commit

Permalink
Fix typo failing the Rebuild target
Browse files Browse the repository at this point in the history
  • Loading branch information
chrullrich committed Oct 23, 2024
1 parent c362d98 commit 7505c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winbuild/platformbuild.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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)"/>
Expand Down

0 comments on commit 7505c6e

Please sign in to comment.