darwin: 32-bit support removed in Xcode so exclude ocaml

This commit is contained in:
Tony Theodore 2019-04-22 18:27:33 +10:00
parent c012c70678
commit 7654f35f25
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# This file is part of MXE. See LICENSE.md for licensing information.
# Xcode no longer supports 32-bit compiler
# https://mxe.cc/#issue-non-multilib
override EXCLUDE_PKGS += ocaml%
$(foreach PKG,$(filter ocaml%,$(PKGS)),\
$(foreach TGT,$(MXE_TARGETS),\
$(eval $(PKG)_BUILD_$(TGT) :=)))