Commit 841303da authored by Richard Levitte's avatar Richard Levitte
Browse files

test/recipes/90-test_shlibload.t needs $target{shared_extension}



We therefore must add defaults.

Reviewed-by: default avatarViktor Dukhovni <viktor@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7631)
parent 75711510
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -68,6 +68,8 @@
                }
                return (); },

        shared_extension => ".so",

        build_scheme    => [ "unified", "unix" ],
        build_file      => "Makefile",
    },
@@ -99,6 +101,8 @@
        mtinflag        => "-manifest ",
        mtoutflag       => "-outputresource:",

        shared_extension => ".dll",

        build_file      => "makefile",
        build_scheme    => [ "unified", "windows" ],
    },
@@ -107,6 +111,8 @@
        inherit_from    => [ "BASE_common" ],
        template        => 1,

        shared_extension => ".exe",

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