summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-04-11 23:11:21 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-04-13 01:54:41 -0400
commit4d9c2fb1e0d94fb205a32bb92c709178700aaaf4 (patch)
tree0db6e3ea7c7f0cd289faf1c5c01842be61958a70 /RepositoryExternal.mk
parentf4f455c8882d858298b4e72a8801b2973f82656e (diff)
Get sc to build.
Change-Id: Ia5a73ec2acd3663a35632f268b59c0646cd356ea
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 927a123e9ace..1dcb377ce59e 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2295,6 +2295,10 @@ $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS,\
orcus \
))
+$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS,\
+ orcus-parser \
+))
+
define gb_LinkTarget__use_orcus
$(call gb_LinkTarget_use_unpacked,$(1),orcus)
$(call gb_LinkTarget_set_include,$(1),\
@@ -2310,6 +2314,13 @@ $(if $(filter YES,$(SYSTEM_BOOST)), \
endef
+define gb_LinkTarget__use_orcus-parser
+$(call gb_LinkTarget_use_static_libraries,$(1),\
+ orcus-parser \
+)
+
+endef
+
endif # SYSTEM_LIBORCUS