Fix WebM SIMD optimizations on macOS.

This commit is contained in:
bruvzg 2018-03-01 09:21:58 +02:00
parent 8df449100a
commit eec0f83cf3
No known key found for this signature in database
GPG key ID: 89DD917D9CE4218D

View file

@ -59,7 +59,7 @@ def configure(env):
# Mac OS X no longer runs on 32-bit since 10.7 which is unsupported since 2014 # Mac OS X no longer runs on 32-bit since 10.7 which is unsupported since 2014
# As such, we only support 64-bit # As such, we only support 64-bit
env["bits"] = 64 env["bits"] = "64"
## Compiler configuration ## Compiler configuration