Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c75813a

Browse filesBrowse 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
Copy full SHA for c75813a

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Open diff view settings
Collapse file

‎tools/gyp/pylib/gyp/common.py‎

Copy file name to clipboardExpand all lines: tools/gyp/pylib/gyp/common.py
+2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.