From 4c796978eb2ca1e54d0ed357820610e09f30e8ef Mon Sep 17 00:00:00 2001 From: Yessiest Date: Tue, 15 Nov 2022 00:59:15 +0400 Subject: [PATCH] Fix lua version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 42deec8..2790a24 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -LUA_VERSION=5.2 +LUA_VERSION=5.1 INCLUDES=-I/usr/include/lua${LUA_VERSION} CXX=g++ CFLAGS=-fPIC