Skip to content

Commit

Permalink
build: integrate DragonFlyBSD into gyp build
Browse files Browse the repository at this point in the history
PR-URL: #29313
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
devnexen authored and BridgeAR committed Sep 4, 2019
1 parent 5abbd51 commit d6b6a05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/gyp/pylib/gyp/common.py
Expand Up @@ -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'):
Expand Down

0 comments on commit d6b6a05

Please sign in to comment.