diff options
Diffstat (limited to 'third_party/libevent/libevent.scons')
-rw-r--r-- | third_party/libevent/libevent.scons | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libevent/libevent.scons b/third_party/libevent/libevent.scons index 124f825..f8fc4bf 100644 --- a/third_party/libevent/libevent.scons +++ b/third_party/libevent/libevent.scons @@ -73,4 +73,4 @@ if env.Bit('mac'): ]) -env.ChromeStaticLibrary('event', input_files) +env.ChromeLibrary('event', input_files) |