diff options
Diffstat (limited to 'third_party/libxslt')
-rw-r--r-- | third_party/libxslt/libxslt.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libxslt/libxslt.gyp b/third_party/libxslt/libxslt.gyp index 9615e83..f775d4b 100644 --- a/third_party/libxslt/libxslt.gyp +++ b/third_party/libxslt/libxslt.gyp @@ -31,7 +31,7 @@ ], }, }, { # else: OS != "linux" or ! use_system_libxslt - 'type': 'static_library', + 'type': '<(library)', 'msvs_guid': 'FC0E1FD0-5DD7-4041-A1C9-CD3C376E4EED', 'sources': [ 'libxslt/attributes.c', |