Skip to content

Commit

Permalink
build: remove duplicate definitions [NFC]
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed Jun 28, 2019
1 parent 8498695 commit 9d2dfe4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1103,8 +1103,6 @@ OSLIBS += -Wl,--export-dynamic -Wl,--version-script=$(JULIAHOME)/src/julia.expma
endif

ifeq ($(OS), Darwin)
INSTALL_NAME_CMD := install_name_tool -id $(INSTALL_NAME_ID_DIR)
INSTALL_NAME_CHANGE_CMD := install_name_tool -change
SHLIB_EXT := dylib
OSLIBS += -framework CoreFoundation $(LIBUNWIND)
WHOLE_ARCHIVE := -Xlinker -all_load
Expand Down

0 comments on commit 9d2dfe4

Please sign in to comment.