mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
Basically just a trivial platform detection patch for NetBSD.
This commit is contained in:
parent
f573bb2929
commit
96cda877ff
@ -159,6 +159,11 @@ _platform_map = {
|
||||
"freebsd5": "bsd",
|
||||
"freebsd6": "bsd",
|
||||
"netbsd1": "bsd",
|
||||
"netbsd2": "bsd",
|
||||
"netbsd3": "bsd",
|
||||
"netbsd4": "bsd",
|
||||
"netbsd5": "bsd",
|
||||
"netbsd6": "bsd",
|
||||
"sunos5": "sunos",
|
||||
"cygwin": "cygwin",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user