Parcourir la source

Fix WebM SIMD optimizations on macOS.

bruvzg il y a 7 ans
Parent
commit
eec0f83cf3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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