diff options
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 403a1a2..0e203ed 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -879,7 +879,7 @@ # separately as well. { 'target_name': 'skia_opts', - 'type': '<(library)', + 'type': 'static_library', 'include_dirs': [ '..', 'config', |