Change 'ar rcu' to 'ar cr'

This commit is contained in:
Jeremy Baxter 2023-07-18 12:56:02 +12:00
parent 32ad743d61
commit 0a3d8bdbf1
3 changed files with 5 additions and 5 deletions

View file

@ -28,7 +28,7 @@ DESTDIR?=
#------
# Compiler and linker settings
AR = ar rcu
AR = ar cr
CC = cc
DEF = -DLUASOCKET_${DEBUG}
INCS = -I../../../lua-5.4