FIXME: enable_osr=0
This commit is contained in:
parent
7d1a49db48
commit
1d132565c9
1 changed files with 3 additions and 0 deletions
|
@ -80,6 +80,9 @@ def run_gyp(target_arch, component):
|
|||
'-Dhost_arch={0}'.format(get_host_arch()),
|
||||
'-Dlibrary=static_library',
|
||||
'-Dmas_build={0}'.format(mas_build),
|
||||
|
||||
# TODO(alexeykuzmin): Enable OSR.
|
||||
'-Denable_osr=0',
|
||||
]
|
||||
|
||||
# Add the defines passed from command line.
|
||||
|
|
Loading…
Reference in a new issue