diff options
Diffstat (limited to 'third_party/openmax/openmax.gyp')
-rw-r--r-- | third_party/openmax/openmax.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/openmax/openmax.gyp b/third_party/openmax/openmax.gyp index 50fb184..acf863b 100644 --- a/third_party/openmax/openmax.gyp +++ b/third_party/openmax/openmax.gyp @@ -32,7 +32,7 @@ }, 'conditions': [ ['OS!="linux"', { - 'type': '<(library)', + 'type': 'static_library', 'dependencies': [ '../../base/base.gyp:base', ], @@ -59,7 +59,7 @@ 'intermediate_dir': '<(INTERMEDIATE_DIR)', 'output_root': '<(SHARED_INTERMEDIATE_DIR)/openmax', }, - 'type': '<(library)', + 'type': 'static_library', 'dependencies': [ '../../base/base.gyp:base', ], |