aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-08-29 09:18:48 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-12-13 15:02:25 +0100
commitb9420c7af7f1fe51de80f3b2ad44ad3e0260e6eb (patch)
tree1b6f422a9cbe86d1b928e44e73fd8cc921e9d12b /conf.d
parente03b8e3c2a832cc2cac2f0ea8ac4f5f230eb2e6c (diff)
Fixed LUA_CHECKER binary for debian/ubuntu
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/cmake/00-debian-specific.cmake2
1 files changed, 2 insertions, 0 deletions
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")