mirror of
https://github.com/corda/corda.git
synced 2025-01-17 02:09:50 +00:00
fix #373 (makefile syntax on mac)
This commit is contained in:
parent
2075cb1d6a
commit
2762f01199
2
makefile
2
makefile
@ -80,7 +80,7 @@ ifeq ($(filter linux windows macosx ios freebsd,$(platform)),)
|
||||
endif
|
||||
|
||||
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")
|
||||
endif
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user