mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +00:00
fix malformed variable reference in makefile
This commit is contained in:
parent
1bc36466f5
commit
e41133d268
2
makefile
2
makefile
@ -67,7 +67,7 @@ ifeq ($(filter x86_64 i386 arm,$(arch)),)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(platform),darwin)
|
ifeq ($(platform),darwin)
|
||||||
x := $(error "please use 'platform=macosx' or 'platform=ios' instead of 'platform=$platform'")
|
x := $(error "please use 'platform=macosx' or 'platform=ios' instead of 'platform=$(platform)'")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(ios),)
|
ifneq ($(ios),)
|
||||||
|
Loading…
Reference in New Issue
Block a user