mirror of
https://github.com/corda/corda.git
synced 2025-01-22 12:28:11 +00:00
Merge pull request #374 from joshuawarner32/master
fix #373 (makefile syntax on mac)
This commit is contained in:
commit
0134a9e815
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…
Reference in New Issue
Block a user