summaryrefslogtreecommitdiff
path: root/platform/osx
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-03-01 16:36:24 +0100
committerGitHub <noreply@github.com>2018-03-01 16:36:24 +0100
commit4bb98348a87c07a638f579a5a7432f164c9b0549 (patch)
treed4c585f2d43961ed7ffb129e3a09c878b5ac5139 /platform/osx
parent29215b229bab093bd083af4099234cbffe4febfb (diff)
parenteec0f83cf38e5ad91278380277e5902de210f85a (diff)
Merge pull request #17133 from bruvzg/macos_fix_webm_optim
[Build] Fix WebM (libvpx) SIMD optimizations on macOS.
Diffstat (limited to 'platform/osx')
-rw-r--r--platform/osx/detect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/detect.py b/platform/osx/detect.py
index 6a9fd6b134..e51a8082f7 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