Fix compiling with SDL 2.0.8 and later on macOS [R. Belmont]

This commit is contained in:
arbee 2018-10-02 21:04:28 -04:00
parent a543c08767
commit 4148447f3a

View File

@ -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" }