From 258d2cfbfc3ecfd1801a59a0698690ab7b4e78a9 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Sat, 2 Mar 2019 14:16:03 +1100 Subject: [PATCH] luajit: darwin no longer supports multi-lib --- src/luajit.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/luajit.mk b/src/luajit.mk index c907a985..94b120bf 100644 --- a/src/luajit.mk +++ b/src/luajit.mk @@ -36,4 +36,9 @@ ifeq (,$(findstring 64,$(BUILD))) $(PKG)_BUILD_x86_64-w64-mingw32 = endif +# darwin no longer supports multi-lib +ifeq ($(findstring x86_64-apple-darwin,$(BUILD)),x86_64-apple-darwin) + $(PKG)_BUILD_i686-w64-mingw32 = +endif + $(PKG)_BUILD_SHARED =