fix system-orcus: add dummy gb_LinkTarget__use_orcus-parser
Change-Id: I6d2a73960ded37e60008daea6555001e7b126f5a
This commit is contained in:
parent
26114dcdf9
commit
fb360f5f8a
1 changed files with 4 additions and 1 deletions
|
@ -2328,9 +2328,12 @@ $(call gb_LinkTarget_set_include,$(1),\
|
|||
$$(INCLUDE) \
|
||||
$(ORCUS_CFLAGS) \
|
||||
)
|
||||
$(call gb_LinkTarget_add_libs,$(1),$(ORCUS_LIBS))
|
||||
endef
|
||||
|
||||
define gb_LinkTarget__use_orcus-parser
|
||||
|
||||
endef
|
||||
$(call gb_LinkTarget_add_libs,$(1),$(ORCUS_LIBS))
|
||||
|
||||
else # !SYSTEM_LIBORCUS
|
||||
|
||||
|
|
Loading…
Reference in a new issue