diff options
Diffstat (limited to 'third_party/isimpledom/isimpledom.gyp')
-rw-r--r-- | third_party/isimpledom/isimpledom.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/isimpledom/isimpledom.gyp b/third_party/isimpledom/isimpledom.gyp index 92f88d8..76b94ac 100644 --- a/third_party/isimpledom/isimpledom.gyp +++ b/third_party/isimpledom/isimpledom.gyp @@ -16,7 +16,7 @@ 'targets': [ { 'target_name': 'isimpledom', - 'type': '<(library)', + 'type': 'static_library', 'msvs_guid': '1814CEEB-49E2-407F-AF99-FA755A7D2607', 'sources': [ 'ISimpleDOMDocument.idl', |