Skip to content

Commit 99cc958

Browse files
giordanostaticfloat
authored andcommitted
Fix syntax to set the soname for the macOS library
1 parent 82cd23f commit 99cc958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Make.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ else ifeq ($(OS), Darwin)
4040

4141
LIB_FULL_VERSION := libblastrampoline.$(LBT_SOVERSION_MAJOR).$(LBT_SOVERSION_MINOR).$(LBT_SOVERSION_PATCH).dylib
4242
LIB_MAJOR_VERSION := libblastrampoline.$(LBT_SOVERSION_MAJOR).dylib
43-
SONAME_FLAG := -Wl,-install_name=@rpath/$(LIB_MAJOR_VERSION)
43+
SONAME_FLAG := -install_name @rpath/$(LIB_MAJOR_VERSION)
4444
else
4545
SHLIB_EXT := so
4646
binlib := lib

0 commit comments

Comments
 (0)