Commit 7d50d054 authored by Jason Madden's avatar Jason Madden

deps/libuv/src/unix/sysinfo-memory.c no longer needed on linux.

parent 194c3c77
...@@ -159,7 +159,6 @@ if sys.platform.startswith('linux'): ...@@ -159,7 +159,6 @@ if sys.platform.startswith('linux'):
_libuv_source('unix/procfs-exepath.c'), _libuv_source('unix/procfs-exepath.c'),
_libuv_source('unix/proctitle.c'), _libuv_source('unix/proctitle.c'),
_libuv_source('unix/sysinfo-loadavg.c'), _libuv_source('unix/sysinfo-loadavg.c'),
_libuv_source('unix/sysinfo-memory.c'),
] ]
elif sys.platform == 'darwin': elif sys.platform == 'darwin':
LIBUV_SOURCES += [ LIBUV_SOURCES += [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment