aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
authorDiego Nehab <diego@impa.br>2012-12-11 16:35:27 -0200
committerDiego Nehab <diego@impa.br>2012-12-11 16:35:27 -0200
commit618ce43ee3950b80aca1fde0a5b12e6e13627f1b (patch)
treefc97079e13e071593086a3d6aa5b090b96c744a3 /src/makefile
parent66670c354146feb8c9603f10682fabcba44a05a9 (diff)
downloadluasocket-618ce43ee3950b80aca1fde0a5b12e6e13627f1b.tar.gz
luasocket-618ce43ee3950b80aca1fde0a5b12e6e13627f1b.tar.bz2
luasocket-618ce43ee3950b80aca1fde0a5b12e6e13627f1b.zip
Fix socket_accept usage to depend on family.
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index 7e5f2e2..42b745e 100644
--- a/src/makefile
+++ b/src/makefile
@@ -32,7 +32,7 @@ LUAINC_macosx_base?=/opt/local/include
32LUAINC_macosx?=$(LUAINC_macosx_base)/lua$(LUAV) 32LUAINC_macosx?=$(LUAINC_macosx_base)/lua$(LUAV)
33# FIXME default should this default to fink or to macports? 33# FIXME default should this default to fink or to macports?
34# What happens when more than one Lua version is installed? 34# What happens when more than one Lua version is installed?
35LUAPREFIX_macosx?=/opt/local/ 35LUAPREFIX_macosx?=/opt/local
36 36
37# LUAINC_linux: 37# LUAINC_linux:
38# /usr/include/lua$(LUAV) 38# /usr/include/lua$(LUAV)