switch to /usr/bin/ar

pull/2070/head
Gabriele Gristina 5 years ago
parent b75fcef780
commit ec41a3f84e

@ -66,10 +66,10 @@ SED_IN_PLACE := -i
ifeq ($(UNAME),Darwin)
CC := clang
# the sed -i option of macOS requires a parameter for the backup file (we just use "")
AR := /usr/bin/ar
SED := /usr/bin/sed
SED_IN_PLACE := -i ""
PROD_VERS := $(shell sw_vers -productVersion | cut -d. -f2)
AR := /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar
endif
ifeq ($(UNAME),FreeBSD)

Loading…
Cancel
Save