Skip to content

Commit c75813a

Browse files
devnexenBridgeAR
authored andcommitted
build: integrate DragonFlyBSD into gyp build
PR-URL: #29313 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
1 parent 2986170 commit c75813a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/gyp/pylib/gyp/common.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,8 @@ def GetFlavor(params):
421421
return 'solaris'
422422
if sys.platform.startswith('freebsd'):
423423
return 'freebsd'
424+
if sys.platform.startswith('dragonfly'):
425+
return 'freebsd'
424426
if sys.platform.startswith('openbsd'):
425427
return 'openbsd'
426428
if sys.platform.startswith('netbsd'):

0 commit comments

Comments
 (0)