From f246d932a878ab4262a358f15c0b8b9e31327331 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Tue, 29 Aug 2017 09:18:48 +0200 Subject: Fixed LUA_CHECKER binary for debian/ubuntu Signed-off-by: Sebastien Douheret --- conf.d/cmake/00-debian-specific.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf.d') diff --git a/conf.d/cmake/00-debian-specific.cmake b/conf.d/cmake/00-debian-specific.cmake index 2ce0ad3..711e105 100644 --- a/conf.d/cmake/00-debian-specific.cmake +++ b/conf.d/cmake/00-debian-specific.cmake @@ -1 +1,3 @@ list(APPEND PKG_REQUIRED_LIST lua-5.3>=5.3) + +set(LUA_CHECKER "luac5.3" "-p" CACHE STRING "LUA compiler") -- cgit 1.2.3-korg