mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Treat config.pl as optional in vcregress.pl
This is how build.pl treats it and how it's documented.
This commit is contained in:
@ -13,7 +13,8 @@ my $startdir = getcwd();
|
|||||||
|
|
||||||
chdir "../../.." if (-d "../../../src/tools/msvc");
|
chdir "../../.." if (-d "../../../src/tools/msvc");
|
||||||
|
|
||||||
require 'src/tools/msvc/config.pl';
|
require 'src/tools/msvc/config_default.pl';
|
||||||
|
require 'src/tools/msvc/config.pl' if (-f 'src/tools/msvc/config.pl');
|
||||||
|
|
||||||
# buildenv.pl is for specifying the build environment settings
|
# buildenv.pl is for specifying the build environment settings
|
||||||
# it should contian lines like:
|
# it should contian lines like:
|
||||||
|
Reference in New Issue
Block a user