summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--scripts/toolchain.lua2
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" }