diff options
Diffstat (limited to 'third_party/libxml/libxml.gyp')
-rw-r--r-- | third_party/libxml/libxml.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libxml/libxml.gyp b/third_party/libxml/libxml.gyp index 3514097..b1b0117 100644 --- a/third_party/libxml/libxml.gyp +++ b/third_party/libxml/libxml.gyp @@ -31,7 +31,7 @@ ], }, }, { # else: OS != "linux" or ! use_system_libxml - 'type': 'static_library', + 'type': '<(library)', 'msvs_guid': 'F9810DE8-CBC3-4605-A7B1-ECA2D5292FD7', 'sources': [ 'include/libxml/c14n.h', |