fix lib name

This commit is contained in:
2025-04-21 21:43:52 +05:00
parent f46f0c629b
commit fee05b99b1

View File

@@ -43,7 +43,7 @@ MYOBJS=
PLATS= shared static
LUA_A= liblua.a
LUA_A= liblua5.3.a
CORE_O= lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o \
lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o \
ltm.o lundump.o lvm.o lzio.o
@@ -57,7 +57,7 @@ LUA_O= lua.o
LUAC_T= luac
LUAC_O= luac.o
LUA_S = lua54.dll
LUA_S = liblua5.3.dll
LUA_S_IMP = $(LUA_S).a
ALL_O= $(BASE_O) $(LUA_O) $(LUAC_O)