From 1d132565c916fb5555c2accb51e397c59d691092 Mon Sep 17 00:00:00 2001 From: Aleksei Kuzmin Date: Sat, 8 Jul 2017 04:16:16 +0200 Subject: [PATCH] FIXME: enable_osr=0 --- script/update.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/update.py b/script/update.py index b4f08bc28f2c..70d5e583bfef 100755 --- a/script/update.py +++ b/script/update.py @@ -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.