Skip to content

Commit

Permalink
test/recipes/90-test_shlibload.t needs $target{shared_extension}
Browse files Browse the repository at this point in the history
We therefore must add defaults.

Reviewed-by: Viktor Dukhovni <[email protected]>
(Merged from openssl#7626)
  • Loading branch information
levitte committed Nov 13, 2018
1 parent 1828939 commit 45cdae1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Configurations/00-base-templates.conf
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ my %targets=(
? "ranlib" : "" },
RC => "windres",

shared_extension => ".so",

build_scheme => [ "unified", "unix" ],
build_file => "Makefile",
},
Expand Down Expand Up @@ -142,6 +144,8 @@ my %targets=(
mtinflag => "-manifest ",
mtoutflag => "-outputresource:",

shared_extension => ".dll",

build_file => "makefile",
build_scheme => [ "unified", "windows" ],
},
Expand All @@ -160,6 +164,8 @@ my %targets=(
return [ @incs ];
}),

shared_extension => ".exe",

build_file => "descrip.mms",
build_scheme => [ "unified", "VMS" ],
},
Expand Down

0 comments on commit 45cdae1

Please sign in to comment.