forked from github/server
offering two alternatives for bindings now
This commit is contained in:
parent
5904d0b3f1
commit
ff8c715b4c
1 changed files with 6 additions and 1 deletions
|
@ -9,6 +9,11 @@ if ! $(BINDINGS) {
|
|||
BINDINGS = TOLUA ;
|
||||
}
|
||||
|
||||
if $(BINDINGS) = LUABIND {
|
||||
CCFLAGS += -DBINDINGS_LUABIND ;
|
||||
C++FLAGS += -DBINDINGS_LUABIND ;
|
||||
}
|
||||
|
||||
if ! $(LUA_VERSION) {
|
||||
LUA_VERSION = 5.0 ;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue