From 4846a714a9b8e01bac8f9fc1de0eb2a5f00ea79b Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Tue, 7 Oct 2014 16:17:29 +0200 Subject: Fix DragonFly build (unsupported). Thanks to Robin Hahling, Alex Hornung and Joris Giovannangeli. --- src/jit/bcsave.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jit') diff --git a/src/jit/bcsave.lua b/src/jit/bcsave.lua index f55bda97..122bb24b 100644 --- a/src/jit/bcsave.lua +++ b/src/jit/bcsave.lua @@ -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) -- cgit v1.2.3-55-g6feb