summaryrefslogtreecommitdiffstats
path: root/src/tools/ci/windows_build_config.pl
blob: b0d4360c7483ab35fdc21c74b0360903c77c75bd (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;