Commit d577bb86 authored by Peter Eisentraut's avatar Peter Eisentraut

pgbench: Attempt fix build on Windows

parent b5213e14
......@@ -68,7 +68,7 @@ my $frontend_extraincludes = {
my $frontend_extrasource = {
'psql' => ['src\bin\psql\psqlscan.l'],
'pgbench' =>
[ 'contrib\pgbench\exprscan.l', 'contrib\pgbench\exprparse.y' ],
[ 'src\bin\pgbench\exprscan.l', 'src\bin\pgbench\exprparse.y' ],
};
my @frontend_excludes =
('pgevent', 'pg_basebackup', 'pg_rewind', 'pg_dump', 'scripts');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment