2011-08-10 14:23:26 -07:00
|
|
|
{
|
2018-02-21 15:42:26 -05:00
|
|
|
'variables': {
|
2011-10-12 17:32:47 +02:00
|
|
|
'conditions': [
|
2018-02-21 15:42:26 -05:00
|
|
|
['OS=="win"', {
|
2018-04-02 13:33:48 -04:00
|
|
|
'shared_unix_defines': [ ],
|
|
|
|
}, {
|
2018-02-21 15:42:26 -05:00
|
|
|
'shared_unix_defines': [
|
2011-12-15 15:56:42 -08:00
|
|
|
'_LARGEFILE_SOURCE',
|
|
|
|
'_FILE_OFFSET_BITS=64',
|
2011-10-12 17:32:47 +02:00
|
|
|
],
|
2018-02-21 15:42:26 -05:00
|
|
|
}],
|
|
|
|
['OS in "mac ios"', {
|
|
|
|
'shared_mac_defines': [ '_DARWIN_USE_64_BIT_INODE=1' ],
|
|
|
|
}, {
|
|
|
|
'shared_mac_defines': [ ],
|
|
|
|
}],
|
|
|
|
['OS=="zos"', {
|
|
|
|
'shared_zos_defines': [
|
|
|
|
'_UNIX03_THREADS',
|
|
|
|
'_UNIX03_SOURCE',
|
|
|
|
'_UNIX03_WITHDRAWN',
|
|
|
|
'_OPEN_SYS_IF_EXT',
|
2019-09-09 13:08:37 -04:00
|
|
|
'_OPEN_SYS_SOCK_EXT3',
|
2018-02-21 15:42:26 -05:00
|
|
|
'_OPEN_SYS_SOCK_IPV6',
|
|
|
|
'_OPEN_MSGQ_EXT',
|
|
|
|
'_XOPEN_SOURCE_EXTENDED',
|
|
|
|
'_ALL_SOURCE',
|
|
|
|
'_LARGE_TIME_API',
|
|
|
|
'_OPEN_SYS_FILE_EXT',
|
|
|
|
'_AE_BIMODAL',
|
|
|
|
'PATH_MAX=255'
|
2011-10-29 01:06:09 +02:00
|
|
|
],
|
2018-02-21 15:42:26 -05:00
|
|
|
}, {
|
|
|
|
'shared_zos_defines': [ ],
|
2011-10-12 17:32:47 +02:00
|
|
|
}],
|
|
|
|
],
|
2023-03-04 20:59:55 +09:00
|
|
|
'uv_sources_common': [
|
|
|
|
'include/uv.h',
|
|
|
|
'include/uv/tree.h',
|
|
|
|
'include/uv/errno.h',
|
|
|
|
'include/uv/threadpool.h',
|
|
|
|
'include/uv/version.h',
|
|
|
|
'src/fs-poll.c',
|
|
|
|
'src/heap-inl.h',
|
|
|
|
'src/idna.c',
|
|
|
|
'src/idna.h',
|
|
|
|
'src/inet.c',
|
|
|
|
'src/queue.h',
|
|
|
|
'src/random.c',
|
|
|
|
'src/strscpy.c',
|
|
|
|
'src/strscpy.h',
|
|
|
|
'src/strtok.c',
|
|
|
|
'src/strtok.h',
|
2023-09-01 15:03:53 +02:00
|
|
|
'src/thread-common.c',
|
2023-03-04 20:59:55 +09:00
|
|
|
'src/threadpool.c',
|
|
|
|
'src/timer.c',
|
|
|
|
'src/uv-data-getter-setters.c',
|
|
|
|
'src/uv-common.c',
|
|
|
|
'src/uv-common.h',
|
|
|
|
'src/version.c',
|
|
|
|
],
|
|
|
|
'uv_sources_win': [
|
|
|
|
'include/uv/win.h',
|
|
|
|
'src/win/async.c',
|
|
|
|
'src/win/atomicops-inl.h',
|
|
|
|
'src/win/core.c',
|
|
|
|
'src/win/detect-wakeup.c',
|
|
|
|
'src/win/dl.c',
|
|
|
|
'src/win/error.c',
|
|
|
|
'src/win/fs.c',
|
|
|
|
'src/win/fs-event.c',
|
|
|
|
'src/win/getaddrinfo.c',
|
|
|
|
'src/win/getnameinfo.c',
|
|
|
|
'src/win/handle.c',
|
|
|
|
'src/win/handle-inl.h',
|
|
|
|
'src/win/internal.h',
|
|
|
|
'src/win/loop-watcher.c',
|
|
|
|
'src/win/pipe.c',
|
|
|
|
'src/win/thread.c',
|
|
|
|
'src/win/poll.c',
|
|
|
|
'src/win/process.c',
|
|
|
|
'src/win/process-stdio.c',
|
|
|
|
'src/win/req-inl.h',
|
|
|
|
'src/win/signal.c',
|
|
|
|
'src/win/snprintf.c',
|
|
|
|
'src/win/stream.c',
|
|
|
|
'src/win/stream-inl.h',
|
|
|
|
'src/win/tcp.c',
|
|
|
|
'src/win/tty.c',
|
|
|
|
'src/win/udp.c',
|
|
|
|
'src/win/util.c',
|
|
|
|
'src/win/winapi.c',
|
|
|
|
'src/win/winapi.h',
|
|
|
|
'src/win/winsock.c',
|
|
|
|
'src/win/winsock.h',
|
|
|
|
],
|
|
|
|
'uv_sources_posix': [
|
|
|
|
'include/uv/unix.h',
|
|
|
|
'include/uv/linux.h',
|
|
|
|
'include/uv/sunos.h',
|
|
|
|
'include/uv/darwin.h',
|
|
|
|
'include/uv/bsd.h',
|
|
|
|
'include/uv/aix.h',
|
|
|
|
'src/unix/async.c',
|
|
|
|
'src/unix/core.c',
|
|
|
|
'src/unix/dl.c',
|
|
|
|
'src/unix/fs.c',
|
|
|
|
'src/unix/getaddrinfo.c',
|
|
|
|
'src/unix/getnameinfo.c',
|
|
|
|
'src/unix/internal.h',
|
|
|
|
'src/unix/loop.c',
|
|
|
|
'src/unix/loop-watcher.c',
|
|
|
|
'src/unix/pipe.c',
|
|
|
|
'src/unix/poll.c',
|
|
|
|
'src/unix/process.c',
|
|
|
|
'src/unix/random-devurandom.c',
|
|
|
|
'src/unix/signal.c',
|
|
|
|
'src/unix/stream.c',
|
|
|
|
'src/unix/tcp.c',
|
|
|
|
'src/unix/thread.c',
|
|
|
|
'src/unix/tty.c',
|
|
|
|
'src/unix/udp.c',
|
|
|
|
],
|
|
|
|
'uv_sources_apple': [
|
|
|
|
'src/unix/darwin.c',
|
|
|
|
'src/unix/fsevents.c',
|
2024-10-11 09:30:43 +02:00
|
|
|
'src/unix/darwin-syscalls.h',
|
2023-03-04 20:59:55 +09:00
|
|
|
'src/unix/darwin-proctitle.c',
|
|
|
|
'src/unix/random-getentropy.c',
|
|
|
|
],
|
|
|
|
'uv_sources_linux': [
|
2023-05-17 12:06:26 +02:00
|
|
|
'src/unix/linux.c',
|
2023-03-04 20:59:55 +09:00
|
|
|
'src/unix/procfs-exepath.c',
|
|
|
|
'src/unix/random-getrandom.c',
|
|
|
|
'src/unix/random-sysctl-linux.c',
|
|
|
|
],
|
|
|
|
'uv_sources_android': [
|
2023-05-17 12:06:26 +02:00
|
|
|
'src/unix/linux.c',
|
2023-03-04 20:59:55 +09:00
|
|
|
'src/unix/procfs-exepath.c',
|
|
|
|
'src/unix/random-getentropy.c',
|
|
|
|
'src/unix/random-getrandom.c',
|
|
|
|
'src/unix/random-sysctl-linux.c',
|
|
|
|
],
|
|
|
|
'uv_sources_solaris': [
|
|
|
|
'src/unix/no-proctitle.c',
|
|
|
|
'src/unix/sunos.c',
|
|
|
|
],
|
|
|
|
'uv_sources_bsd_common': [
|
|
|
|
'src/unix/bsd-ifaddrs.c',
|
|
|
|
'src/unix/kqueue.c',
|
|
|
|
],
|
2011-10-12 17:32:47 +02:00
|
|
|
},
|
|
|
|
|
2011-08-10 14:23:26 -07:00
|
|
|
'targets': [
|
|
|
|
{
|
2012-10-11 14:36:23 +02:00
|
|
|
'target_name': 'libuv',
|
2023-03-07 17:46:04 +01:00
|
|
|
'toolsets': ['host', 'target'],
|
2014-02-26 18:08:30 -08:00
|
|
|
'type': '<(uv_library)',
|
2011-08-29 15:23:13 -07:00
|
|
|
'include_dirs': [
|
|
|
|
'include',
|
|
|
|
'src/',
|
|
|
|
],
|
2018-02-21 15:42:26 -05:00
|
|
|
'defines': [
|
|
|
|
'<@(shared_mac_defines)',
|
|
|
|
'<@(shared_unix_defines)',
|
|
|
|
'<@(shared_zos_defines)',
|
|
|
|
],
|
2011-08-10 14:23:26 -07:00
|
|
|
'direct_dependent_settings': {
|
2018-02-21 15:42:26 -05:00
|
|
|
'defines': [
|
|
|
|
'<@(shared_mac_defines)',
|
|
|
|
'<@(shared_unix_defines)',
|
|
|
|
'<@(shared_zos_defines)',
|
|
|
|
],
|
2011-08-10 14:23:26 -07:00
|
|
|
'include_dirs': [ 'include' ],
|
2012-03-05 15:38:43 +01:00
|
|
|
'conditions': [
|
2013-01-22 16:21:25 +01:00
|
|
|
['OS == "linux"', {
|
|
|
|
'defines': [ '_POSIX_C_SOURCE=200112' ],
|
2012-11-04 01:25:06 +01:00
|
|
|
}],
|
2012-03-05 15:38:43 +01:00
|
|
|
],
|
2011-08-10 14:23:26 -07:00
|
|
|
},
|
|
|
|
'sources': [
|
2011-10-29 01:06:09 +02:00
|
|
|
'common.gypi',
|
2023-03-04 20:59:55 +09:00
|
|
|
'<@(uv_sources_common)',
|
2011-08-10 14:23:26 -07:00
|
|
|
],
|
2018-02-21 15:42:26 -05:00
|
|
|
'xcode_settings': {
|
|
|
|
'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden
|
|
|
|
'WARNING_CFLAGS': [
|
|
|
|
'-Wall',
|
|
|
|
'-Wextra',
|
|
|
|
'-Wno-unused-parameter',
|
|
|
|
'-Wstrict-prototypes',
|
|
|
|
],
|
2020-01-12 18:41:48 -05:00
|
|
|
'OTHER_CFLAGS': [ '-g', '--std=gnu89' ],
|
2018-02-21 15:42:26 -05:00
|
|
|
},
|
2011-08-10 14:23:26 -07:00
|
|
|
'conditions': [
|
|
|
|
[ 'OS=="win"', {
|
|
|
|
'defines': [
|
2023-05-17 12:06:26 +02:00
|
|
|
'_WIN32_WINNT=0x0602',
|
2011-08-10 14:23:26 -07:00
|
|
|
'_GNU_SOURCE',
|
|
|
|
],
|
|
|
|
'sources': [
|
2023-03-04 20:59:55 +09:00
|
|
|
'<@(uv_sources_win)',
|
2011-08-13 19:17:47 +01:00
|
|
|
],
|
|
|
|
'link_settings': {
|
|
|
|
'libraries': [
|
2014-08-07 15:03:17 +04:00
|
|
|
'-ladvapi32',
|
2023-05-17 12:06:26 +02:00
|
|
|
'-ldbghelp',
|
|
|
|
'-lole32',
|
2014-08-07 15:03:17 +04:00
|
|
|
'-liphlpapi',
|
|
|
|
'-lpsapi',
|
|
|
|
'-lshell32',
|
2016-05-17 00:25:23 +02:00
|
|
|
'-luser32',
|
2015-06-03 21:18:55 +02:00
|
|
|
'-luserenv',
|
2023-05-17 12:06:26 +02:00
|
|
|
'-luuid',
|
2014-08-07 15:03:17 +04:00
|
|
|
'-lws2_32'
|
2011-08-13 19:17:47 +01:00
|
|
|
],
|
|
|
|
},
|
2011-08-10 14:23:26 -07:00
|
|
|
}, { # Not Windows i.e. POSIX
|
|
|
|
'sources': [
|
2023-03-04 20:59:55 +09:00
|
|
|
'<@(uv_sources_posix)',
|
2011-08-10 14:23:26 -07:00
|
|
|
],
|
2012-11-16 17:57:15 +01:00
|
|
|
'link_settings': {
|
|
|
|
'conditions': [
|
|
|
|
['OS=="solaris"', {
|
|
|
|
'ldflags': [ '-pthreads' ],
|
2013-06-26 10:48:10 -07:00
|
|
|
}],
|
2017-10-02 19:44:44 -04:00
|
|
|
[ 'OS=="zos" and uv_library=="shared_library"', {
|
2016-10-24 22:13:07 -04:00
|
|
|
'ldflags': [ '-Wl,DLL' ],
|
|
|
|
}],
|
2017-10-02 19:44:44 -04:00
|
|
|
['OS != "solaris" and OS != "android" and OS != "zos"', {
|
2012-11-16 17:57:15 +01:00
|
|
|
'ldflags': [ '-pthread' ],
|
|
|
|
}],
|
2025-02-03 23:53:09 +09:00
|
|
|
['OS!="mac"', {
|
|
|
|
'libraries': [
|
|
|
|
'-lm'
|
|
|
|
],
|
|
|
|
}],
|
2012-11-16 17:57:15 +01:00
|
|
|
],
|
|
|
|
},
|
|
|
|
'conditions': [
|
2014-02-26 18:08:30 -08:00
|
|
|
['uv_library=="shared_library"', {
|
2016-10-24 22:13:07 -04:00
|
|
|
'conditions': [
|
2017-10-02 19:44:44 -04:00
|
|
|
['OS=="zos"', {
|
2016-10-24 22:13:07 -04:00
|
|
|
'cflags': [ '-qexportall' ],
|
|
|
|
}, {
|
|
|
|
'cflags': [ '-fPIC' ],
|
|
|
|
}],
|
|
|
|
],
|
2012-11-16 17:57:15 +01:00
|
|
|
}],
|
2017-10-02 19:44:44 -04:00
|
|
|
['uv_library=="shared_library" and OS!="mac" and OS!="zos"', {
|
2015-05-06 09:46:15 +02:00
|
|
|
# This will cause gyp to set soname
|
|
|
|
# Must correspond with UV_VERSION_MAJOR
|
2018-06-22 11:28:11 -04:00
|
|
|
# in include/uv/version.h
|
2015-05-06 09:46:15 +02:00
|
|
|
'product_extension': 'so.1',
|
2013-05-14 17:13:42 -07:00
|
|
|
}],
|
2012-11-16 17:57:15 +01:00
|
|
|
],
|
2011-08-10 14:23:26 -07:00
|
|
|
}],
|
2017-10-02 19:44:44 -04:00
|
|
|
[ 'OS in "linux mac ios android zos"', {
|
2013-02-24 04:03:49 +01:00
|
|
|
'sources': [ 'src/unix/proctitle.c' ],
|
|
|
|
}],
|
2017-10-02 19:44:44 -04:00
|
|
|
[ 'OS != "zos"', {
|
2016-10-24 22:13:07 -04:00
|
|
|
'cflags': [
|
|
|
|
'-fvisibility=hidden',
|
|
|
|
'-g',
|
|
|
|
'--std=gnu89',
|
|
|
|
'-Wall',
|
|
|
|
'-Wextra',
|
|
|
|
'-Wno-unused-parameter',
|
2017-05-30 13:19:11 -04:00
|
|
|
'-Wstrict-prototypes',
|
2021-11-16 20:20:34 +01:00
|
|
|
'-fno-strict-aliasing',
|
2016-10-24 22:13:07 -04:00
|
|
|
],
|
|
|
|
}],
|
2015-05-06 09:46:15 +02:00
|
|
|
[ 'OS in "mac ios"', {
|
2013-02-24 04:03:49 +01:00
|
|
|
'sources': [
|
2023-03-04 20:59:55 +09:00
|
|
|
'<@(uv_sources_apple)',
|
2013-02-24 04:03:49 +01:00
|
|
|
],
|
2011-08-10 14:23:26 -07:00
|
|
|
'defines': [
|
2012-04-29 00:22:01 +02:00
|
|
|
'_DARWIN_USE_64_BIT_INODE=1',
|
2014-09-19 21:37:55 +04:00
|
|
|
'_DARWIN_UNLIMITED_SELECT=1',
|
2011-08-10 14:23:26 -07:00
|
|
|
]
|
|
|
|
}],
|
|
|
|
[ 'OS=="linux"', {
|
2015-01-28 22:14:19 +01:00
|
|
|
'defines': [ '_GNU_SOURCE' ],
|
2012-02-28 18:11:48 +01:00
|
|
|
'sources': [
|
2023-03-04 20:59:55 +09:00
|
|
|
'<@(uv_sources_linux)',
|
2012-02-28 18:11:48 +01:00
|
|
|
],
|
2012-11-16 17:57:15 +01:00
|
|
|
'link_settings': {
|
|
|
|
'libraries': [ '-ldl', '-lrt' ],
|
2011-08-10 14:23:26 -07:00
|
|
|
},
|
|
|
|
}],
|
2013-06-26 10:48:10 -07:00
|
|
|
[ 'OS=="android"', {
|
2023-02-22 17:34:33 +01:00
|
|
|
'defines': [
|
|
|
|
'_GNU_SOURCE',
|
|
|
|
],
|
2013-06-26 10:48:10 -07:00
|
|
|
'sources': [
|
2023-03-04 20:59:55 +09:00
|
|
|
'<@(uv_sources_android)',
|
2013-06-26 10:48:10 -07:00
|
|
|
],
|
|
|
|
'link_settings': {
|
|
|
|
'libraries': [ '-ldl' ],
|
|
|
|
},
|
|
|
|
}],
|
2011-09-12 23:45:00 +02:00
|
|
|
[ 'OS=="solaris"', {
|
2017-05-30 13:19:11 -04:00
|
|
|
'sources': [
|
2023-03-04 20:59:55 +09:00
|
|
|
'<@(uv_sources_solaris)',
|
2017-05-30 13:19:11 -04:00
|
|
|
],
|
2011-09-12 23:45:00 +02:00
|
|
|
'defines': [
|
|
|
|
'__EXTENSIONS__',
|
|
|
|
'_XOPEN_SOURCE=500',
|
2021-07-26 09:59:29 +02:00
|
|
|
'_REENTRANT',
|
2011-09-12 23:45:00 +02:00
|
|
|
],
|
2012-11-16 17:57:15 +01:00
|
|
|
'link_settings': {
|
2011-10-04 16:53:17 -07:00
|
|
|
'libraries': [
|
2011-10-10 17:05:18 -07:00
|
|
|
'-lkstat',
|
2011-10-04 16:53:17 -07:00
|
|
|
'-lnsl',
|
2012-10-06 23:04:30 +02:00
|
|
|
'-lsendfile',
|
|
|
|
'-lsocket',
|
2011-10-04 16:53:17 -07:00
|
|
|
],
|
2011-09-12 23:45:00 +02:00
|
|
|
},
|
|
|
|
}],
|
2012-09-14 02:56:41 +02:00
|
|
|
[ 'OS=="aix"', {
|
2017-11-30 21:41:16 -05:00
|
|
|
'variables': {
|
|
|
|
'os_name': '<!(uname -s)',
|
|
|
|
},
|
|
|
|
'sources': [
|
|
|
|
'src/unix/aix-common.c',
|
|
|
|
],
|
2012-09-14 02:56:41 +02:00
|
|
|
'defines': [
|
|
|
|
'_ALL_SOURCE',
|
|
|
|
'_XOPEN_SOURCE=500',
|
2014-08-07 15:03:17 +04:00
|
|
|
'_LINUX_SOURCE_COMPAT',
|
2016-04-01 11:19:19 +02:00
|
|
|
'_THREAD_SAFE',
|
2012-09-14 02:56:41 +02:00
|
|
|
],
|
2017-11-30 21:41:16 -05:00
|
|
|
'conditions': [
|
|
|
|
[ '"<(os_name)"=="OS400"', {
|
|
|
|
'sources': [
|
|
|
|
'src/unix/ibmi.c',
|
|
|
|
'src/unix/posix-poll.c',
|
|
|
|
'src/unix/no-fsevents.c',
|
|
|
|
'src/unix/no-proctitle.c',
|
|
|
|
],
|
|
|
|
}, {
|
|
|
|
'sources': [
|
|
|
|
'src/unix/aix.c'
|
|
|
|
],
|
|
|
|
'defines': [
|
|
|
|
'HAVE_SYS_AHAFS_EVPRODS_H'
|
|
|
|
],
|
|
|
|
'link_settings': {
|
|
|
|
'libraries': [
|
|
|
|
'-lperfstat',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
}],
|
|
|
|
]
|
2012-09-14 02:56:41 +02:00
|
|
|
}],
|
2023-02-22 12:18:56 +08:00
|
|
|
[ 'OS=="os400"', {
|
|
|
|
'sources': [
|
|
|
|
'src/unix/aix-common.c',
|
|
|
|
'src/unix/ibmi.c',
|
|
|
|
'src/unix/posix-poll.c',
|
|
|
|
'src/unix/no-fsevents.c',
|
|
|
|
'src/unix/no-proctitle.c',
|
|
|
|
],
|
|
|
|
'defines': [
|
|
|
|
'_ALL_SOURCE',
|
|
|
|
'_XOPEN_SOURCE=500',
|
|
|
|
'_LINUX_SOURCE_COMPAT',
|
|
|
|
'_THREAD_SAFE',
|
|
|
|
],
|
|
|
|
}],
|
2012-11-20 20:11:08 +01:00
|
|
|
[ 'OS=="freebsd" or OS=="dragonflybsd"', {
|
2011-08-17 06:45:21 +02:00
|
|
|
'sources': [ 'src/unix/freebsd.c' ],
|
|
|
|
}],
|
2019-10-19 16:46:32 -05:00
|
|
|
[ 'OS=="freebsd"', {
|
|
|
|
'sources': [ 'src/unix/random-getrandom.c' ],
|
|
|
|
}],
|
2011-10-15 00:42:10 +02:00
|
|
|
[ 'OS=="openbsd"', {
|
2019-10-19 16:46:32 -05:00
|
|
|
'sources': [
|
|
|
|
'src/unix/openbsd.c',
|
|
|
|
'src/unix/random-getentropy.c',
|
|
|
|
],
|
2011-10-15 00:42:10 +02:00
|
|
|
}],
|
2012-09-13 16:18:54 +02:00
|
|
|
[ 'OS=="netbsd"', {
|
2012-11-16 17:57:15 +01:00
|
|
|
'link_settings': {
|
2013-05-10 15:30:53 -07:00
|
|
|
'libraries': [ '-lkvm' ],
|
2012-09-13 16:18:54 +02:00
|
|
|
},
|
2017-07-06 19:12:45 -04:00
|
|
|
'sources': [ 'src/unix/netbsd.c' ],
|
|
|
|
}],
|
|
|
|
[ 'OS in "freebsd dragonflybsd openbsd netbsd".split()', {
|
2018-11-12 23:59:52 -05:00
|
|
|
'sources': [
|
|
|
|
'src/unix/posix-hrtime.c',
|
|
|
|
'src/unix/bsd-proctitle.c'
|
|
|
|
],
|
2012-09-13 16:18:54 +02:00
|
|
|
}],
|
2015-05-06 09:46:15 +02:00
|
|
|
[ 'OS in "ios mac freebsd dragonflybsd openbsd netbsd".split()', {
|
2017-05-30 13:19:11 -04:00
|
|
|
'sources': [
|
2023-03-04 20:59:55 +09:00
|
|
|
'<@(uv_sources_bsd_common)',
|
2017-05-30 13:19:11 -04:00
|
|
|
],
|
2011-10-04 16:53:17 -07:00
|
|
|
}],
|
2014-02-26 18:08:30 -08:00
|
|
|
['uv_library=="shared_library"', {
|
2012-10-06 23:04:30 +02:00
|
|
|
'defines': [ 'BUILDING_UV_SHARED=1' ]
|
2013-04-12 11:43:05 -04:00
|
|
|
}],
|
2017-10-02 19:44:44 -04:00
|
|
|
['OS=="zos"', {
|
2016-10-24 22:13:07 -04:00
|
|
|
'sources': [
|
2017-01-31 20:06:00 -05:00
|
|
|
'src/unix/os390.c',
|
|
|
|
'src/unix/os390-syscalls.c'
|
2016-10-24 22:13:07 -04:00
|
|
|
]
|
|
|
|
}],
|
2011-08-10 14:23:26 -07:00
|
|
|
]
|
|
|
|
},
|
|
|
|
]
|
|
|
|
}
|