diff options
| author | 2026-03-21 18:36:49 +0100 | |
|---|---|---|
| committer | 2026-03-21 18:36:49 +0100 | |
| commit | 83342d3b60438ef2421160a0673fb45d48b2f39f (patch) | |
| tree | 2684e66cd992b38a4026a64507e8ea4177569a17 /test | |
| parent | 0e75fc383becccd113416677b7e26e0caf21e28b (diff) | |
test/lua -> change Makefile to PLAT=posix
Diffstat (limited to 'test')
| -rw-r--r-- | test/external/lua-5.4.0/Makefile | 2 | ||||
| -rw-r--r-- | test/external/lua-5.4.0/src/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/external/lua-5.4.0/Makefile b/test/external/lua-5.4.0/Makefile index 416f444..495af56 100644 --- a/test/external/lua-5.4.0/Makefile +++ b/test/external/lua-5.4.0/Makefile @@ -4,7 +4,7 @@ # == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT ======================= # Your platform. See PLATS for possible values. -PLAT= guess +PLAT= posix # Where to install. The installation starts in the src and doc directories, # so take care if INSTALL_TOP is not an absolute path. See the local target. 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) |