浏览代码

Merge pull request #17133 from bruvzg/macos_fix_webm_optim

[Build] Fix WebM (libvpx) SIMD optimizations on macOS.
Rémi Verschelde 7 年之前
父节点
当前提交
4bb98348a8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      platform/osx/detect.py

+ 1 - 1
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