Sign in
apache
/
cloudberry
/
HEAD
/
.
/
src
/
tools
/
ci
/
windows_build_config.pl
blob: b0d4360c7483ab35fdc21c74b0360903c77c75bd [
file
]
use
strict
;
use
warnings
;
our
$config
;
$config
->{
"tap_tests"
}
=
1
;
$config
->{
"asserts"
}
=
1
;
$config
->{
"openssl"
}
=
"c:/openssl/1.1/"
;
$config
->{
"perl"
}
=
"c:/strawberry/$ENV{DEFAULT_PERL_VERSION}/perl/"
;
$config
->{
"python"
}
=
"c:/python/"
;
1
;