mirror of
https://github.com/corda/corda.git
synced 2025-01-29 07:34:13 +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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user