mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +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
|
||||
|
||||
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
|
||||
|
||||
ifneq ($(ios),)
|
||||
|
Loading…
Reference in New Issue
Block a user