Skip to content
Snippets Groups Projects

Revert "lua: embed bytecode instead of stripped source"

Merged Vladimír Čunát requested to merge lua-bytecode into master
4 files
+ 20
8
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
1
@@ -12,7 +12,7 @@ kresd_DIST := daemon/lua/kres.lua daemon/lua/trust_anchors.lua
# Embedded resources
%.inc: %.lua
@$(call quiet,LUA,$<) $< $@
@$(call quiet,XXD_LUA,$<) $< > $@
ifeq ($(AMALG), yes)
kresd.amalg.c: daemon/lua/sandbox.inc daemon/lua/config.inc
else
Loading