aboutsummaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorViktor Dukhovni <openssl-users@dukhovni.org>2015-12-13 20:30:16 -0500
committerViktor Dukhovni <openssl-users@dukhovni.org>2015-12-13 22:43:29 -0500
commitb311b74d78ebaa6e72d4fa3cfc92d33d926e7a27 (patch)
tree6ff146376198bcc2c3cf34a5622e1dff6d8366b0 /Configurations
parent3903e1c3347e0a5e743f0352ab1be5c8183eac34 (diff)
downloadopenssl-b311b74d78ebaa6e72d4fa3cfc92d33d926e7a27.tar.gz
Fix erroneous SO suffix in darwin64-debug-test-64-clang target
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/90-team.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations/90-team.conf b/Configurations/90-team.conf
index 1a567d19e8..57c28cf2cf 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",
},
);