From 5452834c168e01cb9d92524368b33953cd098609 Mon Sep 17 00:00:00 2001 From: paulobaggio Date: Wed, 13 Nov 2024 17:31:59 -0300 Subject: [PATCH] fix: lua-iconv test at Rockylinux 9 fail using lua 5.1 version (#15) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 35cf2f5..69b67e6 100644 --- a/Makefile +++ b/Makefile @@ -68,5 +68,5 @@ clean: $(RM) iconv.so iconv.lo test: iconv.so test_iconv.lua - lua test_iconv.lua + $(LUABIN) test_iconv.lua