diff --git a/src/Makefile b/src/Makefile index a2610f8de..44e01e72e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -69,6 +69,7 @@ CC := clang 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)