mirror of https://github.com/nodejs/node.git
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
parent
a194eacc96
commit
8675152f0f
|
@ -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'):
|
||||
|
|
Loading…
Reference in New Issue