blob: bdde5c3118e8f1e1f78e671c32e1508f62c2d0c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# file : build/export.build
# license : MIT; see accompanying LICENSE file
$out_root/
{
include openssl/
}
switch $import.target
{
case exe{openssl-agent-pkcs11}
export $out_root/openssl/exe{openssl-agent-pkcs11}
case exe{openssl-client}
export $out_root/openssl/exe{openssl-client}
}
|