We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 491a8c2 commit ed3b2e6Copy full SHA for ed3b2e6
src/interfaces/libpq/bcc32.mak
@@ -141,7 +141,7 @@ config: ..\..\include\pg_config.h pg_config_paths.h
141
142
# Have to use \# so # isn't treated as a comment, but MSVC doesn't like this
143
pg_config_paths.h: bcc32.mak
144
- echo \#define SYSCONFDIR \"\" > pg_config_paths.h
+ echo \#define SYSCONFDIR "" > pg_config_paths.h
145
146
"$(OUTDIR)" :
147
@if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
0 commit comments