mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
Fix compiling with SDL 2.0.8 and later on macOS [R. Belmont]
This commit is contained in:
parent
a543c08767
commit
4148447f3a
@ -1077,7 +1077,7 @@ function toolchain(_buildDir, _subDir)
|
||||
configuration { "osx*", "x64" }
|
||||
objdir (_buildDir .. "osx_clang" .. "/obj")
|
||||
buildoptions {
|
||||
"-m64",
|
||||
"-m64", "-DHAVE_IMMINTRIN_H=1",
|
||||
}
|
||||
|
||||
configuration { "osx*", "x64", "Release" }
|
||||
|
Loading…
Reference in New Issue
Block a user