summaryrefslogtreecommitdiff
path: root/external/liborcus
diff options
context:
space:
mode:
Diffstat (limited to 'external/liborcus')
-rw-r--r--external/liborcus/Library_orcus-parser.mk4
-rw-r--r--external/liborcus/Library_orcus.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/external/liborcus/Library_orcus-parser.mk b/external/liborcus/Library_orcus-parser.mk
index b7b459f36b7f..ef1393a998d1 100644
--- a/external/liborcus/Library_orcus-parser.mk
+++ b/external/liborcus/Library_orcus-parser.mk
@@ -24,8 +24,8 @@ $(eval $(call gb_Library_set_warnings_disabled,orcus-parser))
$(eval $(call gb_Library_set_precompiled_header,orcus-parser,external/liborcus/inc/pch/precompiled_orcus-parser))
$(eval $(call gb_Library_set_include,orcus-parser,\
- -I$(call gb_UnpackedTarball_get_dir,liborcus)/include \
- -I$(call gb_UnpackedTarball_get_dir,liborcus)/src/include \
+ -I$(gb_UnpackedTarball_workdir)/liborcus/include \
+ -I$(gb_UnpackedTarball_workdir)/liborcus/src/include \
$$(INCLUDE) \
))
diff --git a/external/liborcus/Library_orcus.mk b/external/liborcus/Library_orcus.mk
index 28ef13612260..7a138e11d925 100644
--- a/external/liborcus/Library_orcus.mk
+++ b/external/liborcus/Library_orcus.mk
@@ -25,8 +25,8 @@ $(eval $(call gb_Library_set_warnings_disabled,orcus))
$(eval $(call gb_Library_set_precompiled_header,orcus,external/liborcus/inc/pch/precompiled_orcus))
$(eval $(call gb_Library_set_include,orcus,\
- -I$(call gb_UnpackedTarball_get_dir,liborcus)/include \
- -I$(call gb_UnpackedTarball_get_dir,liborcus)/src/include \
+ -I$(gb_UnpackedTarball_workdir)/liborcus/include \
+ -I$(gb_UnpackedTarball_workdir)/liborcus/src/include \
$$(INCLUDE) \
))