mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +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
|
||||
|
||||
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