Skip to content

Commit 9d2dfe4

Browse files
committed
build: remove duplicate definitions [NFC]
1 parent 8498695 commit 9d2dfe4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Make.inc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,8 +1103,6 @@ OSLIBS += -Wl,--export-dynamic -Wl,--version-script=$(JULIAHOME)/src/julia.expma
11031103
endif
11041104

11051105
ifeq ($(OS), Darwin)
1106-
INSTALL_NAME_CMD := install_name_tool -id $(INSTALL_NAME_ID_DIR)
1107-
INSTALL_NAME_CHANGE_CMD := install_name_tool -change
11081106
SHLIB_EXT := dylib
11091107
OSLIBS += -framework CoreFoundation $(LIBUNWIND)
11101108
WHOLE_ARCHIVE := -Xlinker -all_load

0 commit comments

Comments
 (0)