diff options
Diffstat (limited to 'third_party/libevent/libevent.gyp')
-rw-r--r-- | third_party/libevent/libevent.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libevent/libevent.gyp b/third_party/libevent/libevent.gyp index 213009a..4230cb4 100644 --- a/third_party/libevent/libevent.gyp +++ b/third_party/libevent/libevent.gyp @@ -13,7 +13,7 @@ { 'target_name': 'libevent', 'product_name': 'event', - 'type': 'static_library', + 'type': '<(library)', 'sources': [ 'buffer.c', 'evbuffer.c', |