summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
Diffstat (limited to 'sax')
-rw-r--r--sax/Library_expwrap.mk2
-rw-r--r--sax/Library_fastsax.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/sax/Library_expwrap.mk b/sax/Library_expwrap.mk
index cdd9afacb353..67eeb7742e4b 100644
--- a/sax/Library_expwrap.mk
+++ b/sax/Library_expwrap.mk
@@ -19,7 +19,7 @@ $(eval $(call gb_Library_set_include,expwrap,\
$(eval $(call gb_Library_use_sdk_api,expwrap))
$(eval $(call gb_Library_use_externals,expwrap,\
- expat_utf8 \
+ expat \
))
$(eval $(call gb_Library_use_libraries,expwrap,\
diff --git a/sax/Library_fastsax.mk b/sax/Library_fastsax.mk
index 02c0f7c30c6e..6fa858ee3a5d 100644
--- a/sax/Library_fastsax.mk
+++ b/sax/Library_fastsax.mk
@@ -20,7 +20,7 @@ $(eval $(call gb_Library_use_sdk_api,fastsax))
$(eval $(call gb_Library_use_externals,fastsax,\
boost_headers \
- expat_utf8 \
+ expat \
zlib \
))