Merge pull request #2070 from matrix/master

Fix fatal OSX build errors
pull/2073/head
Jens Steube 5 years ago committed by GitHub
commit 6ed7dde1d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -66,6 +66,7 @@ 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)

Loading…
Cancel
Save