Files
cpython-source-deps/Configurations/dist.conf
2018-08-14 08:22:53 -07:00

13 lines
306 B
Perl

## -*- mode: perl; -*-
## Build configuration targets for openssl-team members
# This is to support 'make dist'
%targets = (
"dist" => {
inherit_from => [ 'BASE_unix' ],
cc => "cc",
cflags => "-O",
thread_scheme => "(unknown)",
},
);