diff options
Diffstat (limited to 'third_party/snappy')
-rw-r--r-- | third_party/snappy/snappy.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/snappy/snappy.gyp b/third_party/snappy/snappy.gyp index 6f8b28c..e24dc88 100644 --- a/third_party/snappy/snappy.gyp +++ b/third_party/snappy/snappy.gyp @@ -18,7 +18,7 @@ 'targets': [ { 'target_name': 'snappy', - 'type': '<(library)', + 'type': 'static_library', 'include_dirs': [ '<(os_include)', 'src', |