From eec0f83cf38e5ad91278380277e5902de210f85a Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Thu, 1 Mar 2018 09:21:58 +0200 Subject: [PATCH] Fix WebM SIMD optimizations on macOS. --- platform/osx/detect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/osx/detect.py b/platform/osx/detect.py index 6a9fd6b134b..e51a8082f7c 100644 --- a/platform/osx/detect.py +++ b/platform/osx/detect.py @@ -59,7 +59,7 @@ def configure(env): # Mac OS X no longer runs on 32-bit since 10.7 which is unsupported since 2014 # As such, we only support 64-bit - env["bits"] = 64 + env["bits"] = "64" ## Compiler configuration