commit: 391344784c4f5312114fdbb20d272aaca56f371f
parent 7e1338278e2f2a98db05b5f05d454789c0eb51b6
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 24 May 2024 02:24:30 +0200
bootstrap-lua.sh: switch to pdpmake
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bootstrap-lua.sh b/bootstrap-lua.sh
@@ -6,8 +6,8 @@ set -ex
tar xof /lua-*.tar.gz
cd lua-*/
-bmake -C src all CC="$CC -std=gnu99" SYSCFLAGS="-DLUA_USE_LINUX" RANLIB=true
-bmake install
+pdpmake -C src all CC="$CC -std=gnu99" SYSCFLAGS="-DLUA_USE_LINUX" RANLIB=true
+pdpmake install
cd ..
rm -fr lua-*/