diff options
Diffstat (limited to 'src/backend/meson.build')
-rw-r--r-- | src/backend/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/meson.build b/src/backend/meson.build index 88a35e96763..fbc8a9c6aac 100644 --- a/src/backend/meson.build +++ b/src/backend/meson.build @@ -72,7 +72,7 @@ postgres_lib = static_library('postgres_lib', if cc.get_id() == 'msvc' postgres_def = custom_target('postgres.def', - command: [perl, files('../tools/msvc/gendef.pl'), + command: [perl, files('../tools/msvc_gendef.pl'), '--arch', host_cpu, '--tempdir', '@PRIVATE_DIR@', '--deffile', '@OUTPUT@', |