Skip to content

Commit 8e63dd5

Browse files
committed
feat: add BSD platforms to OS_DIRECTORIES
1 parent 1ba127a commit 8e63dd5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tldr.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
OS_DIRECTORIES = {
4444
"linux": "linux",
4545
"darwin": "osx",
46+
"freebsd": "freebsd",
47+
"openbsd": "openbsd",
48+
"netbsd": "netbsd",
4649
"sunos": "sunos",
4750
"win32": "windows"
4851
}

0 commit comments

Comments
 (0)