diff options
Diffstat (limited to 'scripts/toolchain.lua')
-rw-r--r-- | scripts/toolchain.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/toolchain.lua b/scripts/toolchain.lua index 7a8a5c43a19..f270d3f69b8 100644 --- a/scripts/toolchain.lua +++ b/scripts/toolchain.lua @@ -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" } |