diff options
Diffstat (limited to 'chrome/installer/mac/third_party/xz/xz.gyp')
-rw-r--r-- | chrome/installer/mac/third_party/xz/xz.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/mac/third_party/xz/xz.gyp b/chrome/installer/mac/third_party/xz/xz.gyp index c71cfa5..4ee21d3 100644 --- a/chrome/installer/mac/third_party/xz/xz.gyp +++ b/chrome/installer/mac/third_party/xz/xz.gyp @@ -260,7 +260,7 @@ 'targets': [ { 'target_name': 'lzma', - 'type': '<(library)', + 'type': 'static_library', 'defines': [ '<@(lzma_common_defines)', '<@(lzma_decompress_defines)', |