mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-16 18:28:21 +01:00
Check linux build.
This commit is contained in:
parent
5d3a78b4a6
commit
22107bb9fc
@ -1 +1 @@
|
|||||||
make PLAT=linux LUAV=5.2 DEBUG=DEBUG
|
make PLAT=linux DEBUG=DEBUG LUAINC_linux_base=/home/diego/build/linux/include LUAPREFIX_linux=/home/diego/build/linux
|
||||||
|
@ -29,7 +29,7 @@ DEBUG?=NODEBUG
|
|||||||
# LUAINC_macosx:
|
# LUAINC_macosx:
|
||||||
# /opt/local/include
|
# /opt/local/include
|
||||||
LUAINC_macosx_base?=/opt/local/include
|
LUAINC_macosx_base?=/opt/local/include
|
||||||
LUAINC_macosx?=$(LUAINC_macosx_base)/lua$(LUAV)
|
LUAINC_macosx?=$(LUAINC_macosx_base)/lua/$(LUAV)
|
||||||
# FIXME default should this default to fink or to macports?
|
# FIXME default should this default to fink or to macports?
|
||||||
# What happens when more than one Lua version is installed?
|
# What happens when more than one Lua version is installed?
|
||||||
LUAPREFIX_macosx?=/opt/local
|
LUAPREFIX_macosx?=/opt/local
|
||||||
@ -43,7 +43,7 @@ LDIR_macosx?=share/lua/$(LUAV)
|
|||||||
# /usr/local/include/lua$(LUAV)
|
# /usr/local/include/lua$(LUAV)
|
||||||
# where lua headers are found for linux builds
|
# where lua headers are found for linux builds
|
||||||
LUAINC_linux_base?=/usr/include
|
LUAINC_linux_base?=/usr/include
|
||||||
LUAINC_linux?=$(LUAINC_linux_base)/lua$(LUAV)
|
LUAINC_linux?=$(LUAINC_linux_base)/lua/$(LUAV)
|
||||||
LUAPREFIX_linux?=/usr/local
|
LUAPREFIX_linux?=/usr/local
|
||||||
CDIR_linux?=lib/lua/$(LUAV)
|
CDIR_linux?=lib/lua/$(LUAV)
|
||||||
LDIR_linux?=share/lua/$(LUAV)
|
LDIR_linux?=share/lua/$(LUAV)
|
||||||
|
Loading…
Reference in New Issue
Block a user