mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
test/recipes/90-test_shlibload.t needs $target{shared_extension}
We therefore must add defaults. Reviewed-by: Viktor Dukhovni <viktor@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7626)
This commit is contained in:
parent
1828939974
commit
45cdae1c7c
@ -102,6 +102,8 @@ my %targets=(
|
||||
? "ranlib" : "" },
|
||||
RC => "windres",
|
||||
|
||||
shared_extension => ".so",
|
||||
|
||||
build_scheme => [ "unified", "unix" ],
|
||||
build_file => "Makefile",
|
||||
},
|
||||
@ -142,6 +144,8 @@ my %targets=(
|
||||
mtinflag => "-manifest ",
|
||||
mtoutflag => "-outputresource:",
|
||||
|
||||
shared_extension => ".dll",
|
||||
|
||||
build_file => "makefile",
|
||||
build_scheme => [ "unified", "windows" ],
|
||||
},
|
||||
@ -160,6 +164,8 @@ my %targets=(
|
||||
return [ @incs ];
|
||||
}),
|
||||
|
||||
shared_extension => ".exe",
|
||||
|
||||
build_file => "descrip.mms",
|
||||
build_scheme => [ "unified", "VMS" ],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user