Fix DragonFly build (unsupported).

Thanks to Robin Hahling, Alex Hornung and Joris Giovannangeli.
This commit is contained in:
Mike Pall
2014-10-07 16:17:29 +02:00
parent cb886b5817
commit 4846a714a9
4 changed files with 8 additions and 5 deletions

View File

@@ -69,7 +69,7 @@ local map_arch = {
local map_os = {
linux = true, windows = true, osx = true, freebsd = true, netbsd = true,
openbsd = true, solaris = true,
openbsd = true, dragonfly = true, solaris = true,
}
local function checkarg(str, map, err)