From ebdd4e88db2738197dd4a47903f28253cfc103e0 Mon Sep 17 00:00:00 2001 From: BanceDev Date: Mon, 2 Sep 2024 22:55:24 -0400 Subject: added basic lua scripting added exec function to run shell commands from lua --- compile_commands.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compile_commands.json') diff --git a/compile_commands.json b/compile_commands.json index 6578a36..5ba9a1e 100644 --- a/compile_commands.json +++ b/compile_commands.json @@ -2,7 +2,9 @@ { "arguments": [ "/usr/bin/cc", + "-DLUSH_VERSION=\"0.0.1\"", "-DDEBUG", + "-I/usr/include/lua5.4", "-g", "-c", "-o", -- cgit v1.2.3-59-g8ed1b