forked from github/server
tst
This commit is contained in:
parent
e00286ee38
commit
aa2d227f39
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,11 @@ LINK = gcc ;
|
||||||
|
|
||||||
MSPACES = 1 ;
|
MSPACES = 1 ;
|
||||||
|
|
||||||
|
# BINDING = LUABIND ;
|
||||||
|
if ! $(BINDING) {
|
||||||
|
BINDING = TOLUA ;
|
||||||
|
}
|
||||||
|
|
||||||
if ! $(LUA_VERSION) {
|
if ! $(LUA_VERSION) {
|
||||||
LUA_VERSION = 5.0 ;
|
LUA_VERSION = 5.0 ;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue