diff options
author | 2020-05-30 17:00:56 -0400 | |
---|---|---|
committer | 2020-05-30 17:00:56 -0400 | |
commit | e84a73843204721de4e1bc7884d0b6eb26dba678 (patch) | |
tree | 4ec6f95fa80ca25da843672ee7b02aba0a44f40c /scripts/src/3rdparty.lua | |
parent | 22fec9c3c5204b02e52d99186a0caefa019c5cce (diff) |
Fix Mac Clang build (nw)
Diffstat (limited to 'scripts/src/3rdparty.lua')
-rw-r--r-- | scripts/src/3rdparty.lua | 5 |
1 files changed, 5 insertions, 0 deletions
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", |