build: integrate DragonFlyBSD into gyp build

PR-URL: https://github.com/nodejs/node/pull/29313
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
pull/29363/head
David Carlier 2019-08-25 16:49:46 +01:00 committed by Daniel Bevenius
parent a194eacc96
commit 8675152f0f
1 changed files with 2 additions and 0 deletions

View File

@ -421,6 +421,8 @@ def GetFlavor(params):
return 'solaris'
if sys.platform.startswith('freebsd'):
return 'freebsd'
if sys.platform.startswith('dragonfly'):
return 'freebsd'
if sys.platform.startswith('openbsd'):
return 'openbsd'
if sys.platform.startswith('netbsd'):