gluon.mk: fix reference to LuaSrcDiet binary
This commit is contained in:
parent
2ce07ae2fe
commit
149b55526f
@ -58,7 +58,7 @@ define GluonSrcDiet
|
||||
rm -rf $(2)
|
||||
$(CP) $(1) $(2)
|
||||
$(FIND) $(2) -type f | while read src; do \
|
||||
if LuaSrcDiet --noopt-binequiv -o "$$$$src.o" "$$$$src"; then \
|
||||
if luasrcdiet --noopt-binequiv -o "$$$$src.o" "$$$$src"; then \
|
||||
chmod $$$$(stat -c%a "$$$$src") "$$$$src.o"; \
|
||||
mv "$$$$src.o" "$$$$src"; \
|
||||
fi; \
|
||||
|
Loading…
Reference in New Issue
Block a user