hunspell: use MXE_DISABLE_CRUFT and -j 1

See https://github.com/mxe/mxe/pull/1752#issuecomment-298328649
This commit is contained in:
Boris Nagaev 2017-05-19 01:32:46 +02:00
parent 9dacf155dd
commit 7d91105e74
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ define $(PKG)_BUILD
--with-warnings \
--without-ui \
--with-readline
$(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
$(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)' $(MXE_DISABLE_CRUFT)
$(MAKE) -C '$(BUILD_DIR)' -j 1 install $(MXE_DISABLE_CRUFT)
# Test
'$(TARGET)-g++' \