Skip to content

Commit dd3fddc

Browse files
committed
Fix MSVC recipe for ecpg regression tests, redux.
Forgot to inject -DCMDLINESYM=123 ... Per buildfarm. Discussion: https://postgr.es/m/4cc4dc47-ca2b-4129-8784-db69b5f82777@dunslane.net
1 parent 0018f0a commit dd3fddc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tools/msvc/ecpg_regression.proj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
<CreateProperty Value="-i" Condition="'%(Pgc.FileName)'=='strings'">
5252
<Output TaskParameter="Value" PropertyName="ECPGPARAM" />
5353
</CreateProperty>
54+
<CreateProperty Value="-DCMDLINESYM=123" Condition="'%(Pgc.FileName)'=='define'">
55+
<Output TaskParameter="Value" PropertyName="ECPGPARAM" />
56+
</CreateProperty>
5457
<CreateProperty Value="define_prelim.pgc" Condition="'%(Pgc.FileName)'=='define'">
5558
<Output TaskParameter="Value" PropertyName="ECPGEXTRA" />
5659
</CreateProperty>

0 commit comments

Comments
 (0)