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.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/hyphen/ExternalProject_hyphen.mk b/external/hyphen/ExternalProject_hyphen.mk
index 28b83232710b..c3010237ad4d 100644
--- a/external/hyphen/ExternalProject_hyphen.mk
+++ b/external/hyphen/ExternalProject_hyphen.mk
@@ -19,7 +19,7 @@ $(call gb_ExternalProject_get_state_target,hyphen,build):
$(call gb_ExternalProject_run,build,\
./configure --disable-shared \
$(if $(filter-out IOS,$(OS)),--with-pic) \
- $(if $(filter YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) gio_can_sniff=no) \
+ $(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) gio_can_sniff=no) \
&& $(MAKE) \
)