diff options
Diffstat (limited to 'mythes')
-rw-r--r-- | mythes/ExternalProject_mythes.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mythes/ExternalProject_mythes.mk b/mythes/ExternalProject_mythes.mk index e88d793aaa4b..79755af0ad5f 100644 --- a/mythes/ExternalProject_mythes.mk +++ b/mythes/ExternalProject_mythes.mk @@ -21,8 +21,6 @@ $(call gb_ExternalProject_get_state_target,mythes,build): cd $(EXTERNAL_WORKDIR) \ && LIBS="$(gb_STDLIBS) $(LIBS)" ./configure --disable-shared --with-pic \ $(if $(filter YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) gio_can_sniff=no) \ - HUNSPELL_CFLAGS=" $(HUNSPELL_CFLAGS)" \ - HUNSPELL_LIBS=" $(HUNSPELL_LIBS)" \ $(if $(filter C52U,$(COM)$(CPU)),CFLAGS="-m64") \ && $(MAKE) \ && touch $@ |