fix #373 (makefile syntax on mac)

This commit is contained in:
Joshua Warner 2014-11-26 20:05:46 -07:00
parent 2075cb1d6a
commit 2762f01199

View File

@ -80,7 +80,7 @@ ifeq ($(filter linux windows macosx ios freebsd,$(platform)),)
endif endif
ifeq ($(platform),macosx) ifeq ($(platform),macosx)
ifneq ($(filter arm arm64,$(arch),) ifneq ($(filter arm arm64,$(arch)),)
x := $(error "please use 'arch=arm' or 'arch=arm64' 'platform=ios' to build for ios-arm") x := $(error "please use 'arch=arm' or 'arch=arm64' 'platform=ios' to build for ios-arm")
endif endif
endif endif