From d58e94408fb433fc8138131a9732e6c48510a5be Mon Sep 17 00:00:00 2001 From: Michael Neumann Date: Thu, 18 Jun 2015 17:04:00 +0200 Subject: [PATCH] build,gyp: add DragonFly to the list of OSes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/libuv/libuv/pull/466 Reviewed-By: Ben Noordhuis Reviewed-By: Saúl Ibarra Corretgé --- common.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.gypi b/common.gypi index c6f6dec8..392c8595 100644 --- a/common.gypi +++ b/common.gypi @@ -129,7 +129,7 @@ }] ] }], - ['OS in "freebsd linux openbsd solaris android"', { + ['OS in "freebsd dragonflybsd linux openbsd solaris android"', { 'cflags': [ '-Wall' ], 'cflags_cc': [ '-fno-rtti', '-fno-exceptions' ], 'target_conditions': [