summaryrefslogtreecommitdiffstats
path: root/src/tools/ci/windows_build_config.pl
blob: 59268a0bb60960758ffca1452b4de77108d1644b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;