diff options
author | Diego Nehab <diego@impa.br> | 2013-05-25 15:26:12 +0800 |
---|---|---|
committer | Diego Nehab <diego@impa.br> | 2013-05-25 15:26:12 +0800 |
commit | afe04943184c95adfbb2d05b8b7f0f4b3c36c3b5 (patch) | |
tree | 40111b7f6769eaaa64075a41f2886dc5dbde81e4 /src | |
parent | ca48baf495d57a592030db82d5e4407596f0afde (diff) | |
download | luasocket-afe04943184c95adfbb2d05b8b7f0f4b3c36c3b5.tar.gz luasocket-afe04943184c95adfbb2d05b8b7f0f4b3c36c3b5.tar.bz2 luasocket-afe04943184c95adfbb2d05b8b7f0f4b3c36c3b5.zip |
Change Mac OS Lua directory
Diffstat (limited to 'src')
-rw-r--r-- | src/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile index a75d5a6..faf50fa 100644 --- a/src/makefile +++ b/src/makefile | |||
@@ -29,7 +29,7 @@ DEBUG?=NODEBUG | |||
29 | # LUAINC_macosx: | 29 | # LUAINC_macosx: |
30 | # /opt/local/include | 30 | # /opt/local/include |
31 | LUAINC_macosx_base?=/opt/local/include | 31 | LUAINC_macosx_base?=/opt/local/include |
32 | LUAINC_macosx?=$(LUAINC_macosx_base)/lua$(LUAV) | 32 | LUAINC_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? |
35 | LUAPREFIX_macosx?=/opt/local | 35 | LUAPREFIX_macosx?=/opt/local |