Skip to content
Snippets Groups Projects
Commit e13a3b61 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Revert "macOS Clang linker - don't warn about duplicate libraries"

This reverts commit abdeb48f.

Apparently the Clang on the x86 Mac mini build node doesn't support this option
parent abdeb48f
Branches
Tags
No related merge requests found
Pipeline #8008 passed
......@@ -400,7 +400,7 @@ ifeq ($(os),darwin)
endif
CFLAGS += -D__unix__ -fno-common -D__DARWIN__
CFLAGS += -mmacosx-version-min=$(MIN_MAC_OSX_VERSION)
LDFLAGS += -mmacosx-version-min=$(MIN_MAC_OSX_VERSION) -Xlinker -no_warn_duplicate_libraries
LDFLAGS += -mmacosx-version-min=$(MIN_MAC_OSX_VERSION)
ifneq (,$(shell which brew))
CFLAGS += -I$(shell brew --prefix)/include
LDFLAGS += -L$(shell brew --prefix)/lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment