From 83342d3b60438ef2421160a0673fb45d48b2f39f Mon Sep 17 00:00:00 2001 From: lemon Date: Sat, 21 Mar 2026 18:36:49 +0100 Subject: test/lua -> change Makefile to PLAT=posix --- test/external/lua-5.4.0/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/external/lua-5.4.0/src/Makefile') diff --git a/test/external/lua-5.4.0/src/Makefile b/test/external/lua-5.4.0/src/Makefile index f284d1d..b578449 100644 --- a/test/external/lua-5.4.0/src/Makefile +++ b/test/external/lua-5.4.0/src/Makefile @@ -4,7 +4,7 @@ # == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT ======================= # Your platform. See PLATS for possible values. -PLAT= guess +PLAT= posix CC= ../../../../antcc -std=c99 CFLAGS= -O2 -Wall -Wextra -DLUA_COMPAT_5_3 $(SYSCFLAGS) $(MYCFLAGS) -- cgit v1.2.3