From b67120a4790234ede3a5a038c8b7cd350da2dd44 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Mon, 3 Feb 2025 20:55:40 +0100 Subject: patch to also compile shared object --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 72ca8ff..073c085 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ PLATS= guess aix bsd c89 freebsd generic ios linux linux-readline macosx mingw p # What to install. TO_BIN= lua luac TO_INC= lua.h luaconf.h lualib.h lauxlib.h lua.hpp -TO_LIB= liblua.a +TO_LIB= liblua.a liblua.so TO_MAN= lua.1 luac.1 # Lua version and release. -- cgit v1.2.3