From 3703f4189cedbc5ff20ad156c8768b6cbc8d1ba6 Mon Sep 17 00:00:00 2001 From: Bogdan Marinescu Date: Sat, 31 Dec 2022 20:29:42 +0200 Subject: [PATCH] Fixed wrong comment reported by Martin Guy --- build_elua.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_elua.lua b/build_elua.lua index 84ec00f1..b2352f5a 100755 --- a/build_elua.lua +++ b/build_elua.lua @@ -7,7 +7,7 @@ See http://www.eluaproject.net/en_building.html The only required option is the target board or CPU. e.g.: - lua build_elua.lua board=MIZAR32 + lua build_elua.lua board=mizar32b This script requires some well-known Lua libraries to run. To install them on Ubuntu/Debian, go (as root):