about summary refs log tree commit diff stats
path: root/src/Makefile
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-11-27 00:41:17 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-11-27 00:41:17 -0800
commitff43b5bae133c4f9b4d85cc9269581418fcc6ef3 (patch)
treea5d69ea9d9a1ed9e3aa3c448186684036361ce74 /src/Makefile
parent83050ec38ec5f2b1cf06a077cc44b2bce5f90d57 (diff)
downloadteliva-ff43b5bae133c4f9b4d85cc9269581418fcc6ef3.tar.gz
fix build on Mac
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 046733f..29bdb79 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -99,6 +99,8 @@ linux:
 	$(MAKE) all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl -lncursesw"
 
 macosx:
+	make -C luasocket macosx
+	make -C luasec macosx
 	$(MAKE) all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-lncurses"
 # use this on Mac OS X 10.3-
 #	$(MAKE) all MYCFLAGS=-DLUA_USE_MACOSX