blob: 053263a0eb6eb41bfe28306704016352eec0af2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-deps_uv_common.gypi,v 1.4 2018/05/03 21:19:16 fhajny Exp $
Add support for NetBSD.
--- deps/uv/common.gypi.orig 2018-04-24 14:41:22.000000000 +0000
+++ deps/uv/common.gypi
@@ -134,7 +134,7 @@
}]
]
}],
- ['OS in "freebsd dragonflybsd linux openbsd solaris android aix"', {
+ ['OS in "freebsd dragonflybsd linux openbsd netbsd solaris android aix"', {
'cflags': [ '-Wall' ],
'cflags_cc': [ '-fno-rtti', '-fno-exceptions' ],
'target_conditions': [
|