Browse Source

re-enables OSR

Gellert Hegyi 7 years ago
parent
commit
c6ba812d79
1 changed files with 0 additions and 3 deletions
  1. 0 3
      script/update.py

+ 0 - 3
script/update.py

@@ -80,9 +80,6 @@ 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.