From 7595a4a57a1efc09ae6a079656aa8104ccfc4522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=92=8B=E6=85=A7=E8=B5=9F?= <42379289+cnjhb@users.noreply.github.com> Date: Thu, 1 Jan 2026 18:33:08 +0800 Subject: [PATCH] fix typo --- lgi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgi/Makefile b/lgi/Makefile index 16818213..2a492723 100644 --- a/lgi/Makefile +++ b/lgi/Makefile @@ -7,7 +7,7 @@ PREFIX = /usr/local HOST_OS = $(shell uname -s | tr A-Z a-z) -LUA_VERSION=5.1 +LUA_VERSION = 5.1 LUA_LIBDIR = $(PREFIX)/lib/lua/$(LUA_VERSION) LUA_SHAREDIR = $(PREFIX)/share/lua/$(LUA_VERSION)