diff options
author | Tony Theodore <tonyt@logyst.com> | 2019-04-22 08:27:33 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2019-04-22 08:27:33 (GMT) |
commit | 7654f35f250b4a8679277814da99414997593a77 (patch) | |
tree | 8fc728ebafb65a298b431a3b63e254335e81e5a9 /plugins | |
parent | c012c7067839d58b4d01f9e3a1cfdd445b9f8ccd (diff) | |
download | mxe-7654f35f250b4a8679277814da99414997593a77.zip mxe-7654f35f250b4a8679277814da99414997593a77.tar.gz mxe-7654f35f250b4a8679277814da99414997593a77.tar.bz2 |
darwin: 32-bit support removed in Xcode so exclude ocaml
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/native/darwin/overrides.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/native/darwin/overrides.mk b/plugins/native/darwin/overrides.mk new file mode 100644 index 0000000..4bd68c9 --- /dev/null +++ b/plugins/native/darwin/overrides.mk @@ -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) :=))) |