summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Vink <mike@pionative.com>2025-02-03 20:55:40 +0100
committerMike Vink <mike@pionative.com>2025-02-03 20:55:40 +0100
commitb67120a4790234ede3a5a038c8b7cd350da2dd44 (patch)
tree755c3b3ac34e1235f46a7729be9d8e6bed8d4386 /Makefile
parent93d82cd9531895dbeb3d4e580e481e39e4e59ee8 (diff)
patch to also compile shared object
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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.