summaryrefslogtreecommitdiff
path: root/external/hyphen/ExternalProject_hyphen.mk
diff options
context:
space:
mode:
Diffstat (limited to 'external/hyphen/ExternalProject_hyphen.mk')
-rw-r--r--external/hyphen/ExternalProject_hyphen.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/external/hyphen/ExternalProject_hyphen.mk b/external/hyphen/ExternalProject_hyphen.mk
index 9ad32cb48960..dac823184085 100644
--- a/external/hyphen/ExternalProject_hyphen.mk
+++ b/external/hyphen/ExternalProject_hyphen.mk
@@ -24,6 +24,7 @@ $(call gb_ExternalProject_get_state_target,hyphen,build):
$(if $(filter-out iOS,$(OS)),--with-pic) \
$(gb_CONFIGURE_PLATFORMS) \
$(if $(CROSS_COMPILING),gio_can_sniff=no) \
+ CFLAGS=" $(CFLAGS) $(call gb_ExternalProject_get_build_flags,libgpg-error)" \
&& $(MAKE) \
)
$(call gb_Trace_EndRange,hyphen,EXTERNAL)