From e84a73843204721de4e1bc7884d0b6eb26dba678 Mon Sep 17 00:00:00 2001 From: "R. Belmont" Date: Sat, 30 May 2020 17:00:56 -0400 Subject: [PATCH] Fix Mac Clang build (nw) --- scripts/src/3rdparty.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index 462f7a73173..19843c1efb7 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -2238,6 +2238,11 @@ project "asmjit" configuration { } + configuration { "osx*"} + buildoptions { + "-DASMJIT_MSC=0", + } + files { MAME_DIR .. "3rdparty/asmjit/src/asmjit/asmjit.h", MAME_DIR .. "3rdparty/asmjit/src/asmjit/core.h",