fixing gb_SYMBOL logic
This commit is contained in:
parent
8ea688367e
commit
955aa61dd0
1 changed files with 2 additions and 2 deletions
|
@ -82,9 +82,9 @@ endif
|
|||
endif
|
||||
|
||||
ifneq ($(strip $(SYMBOL)$(symbol)$(SYMBOLS)$(symbols)),)
|
||||
gb_SYMBOL := $(false)
|
||||
else
|
||||
gb_SYMBOL := $(true)
|
||||
else
|
||||
gb_SYMBOL := $(false)
|
||||
endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue