From: Viktor Dukhovni Date: Mon, 14 Dec 2015 01:30:16 +0000 (-0500) Subject: Fix erroneous SO suffix in darwin64-debug-test-64-clang target X-Git-Tag: OpenSSL_1_1_0-pre2~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b311b74d78ebaa6e72d4fa3cfc92d33d926e7a27;p=thirdparty%2Fopenssl.git Fix erroneous SO suffix in darwin64-debug-test-64-clang target Reviewed-by: Richard Levitte --- diff --git a/Configurations/90-team.conf b/Configurations/90-team.conf index 1a567d19e81..57c28cf2cf9 100644 --- a/Configurations/90-team.conf +++ b/Configurations/90-team.conf @@ -118,6 +118,6 @@ shared_target => "darwin-shared", shared_cflag => "-fPIC -fno-common", shared_ldflag => "-arch x86_64 -dynamiclib", - shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib", + shared_extension => ".\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib", }, );