guard against MK_SHARED_TOOLCHAIN not being defined.
This commit is contained in:
parent
ac2c0328ca
commit
f26784139f
@ -11,7 +11,7 @@
|
||||
PROG= make
|
||||
.endif
|
||||
|
||||
.if ${MK_SHARED_TOOLCHAIN} == "no"
|
||||
.if !defined(MK_SHARED_TOOLCHAIN) || ${MK_SHARED_TOOLCHAIN} == "no"
|
||||
NO_SHARED?= YES
|
||||
.endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user