From b311b74d78ebaa6e72d4fa3cfc92d33d926e7a27 Mon Sep 17 00:00:00 2001 From: Viktor Dukhovni Date: Sun, 13 Dec 2015 20:30:16 -0500 Subject: Fix erroneous SO suffix in darwin64-debug-test-64-clang target Reviewed-by: Richard Levitte --- Configurations/90-team.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Configurations') 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", }, ); -- cgit v1.2.3