src/makefile: Add lua to the lua include path
This commit is contained in:
parent
05535a19f8
commit
3f3820e739
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ LUAPREFIX_macosx?=/opt/local/
|
|||
# /usr/local/include
|
||||
# /usr/local/include/lua$(LUAV)
|
||||
# where lua headers are found for linux builds
|
||||
LUAINC_linux_base?=/usr/include
|
||||
LUAINC_linux_base?=/usr/include/lua
|
||||
LUAINC_linux?=$(LUAINC_linux_base)$(LUAV)
|
||||
LUAPREFIX_linux?=/usr/local
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue