aboutsummaryrefslogblamecommitdiff
path: root/stand/lua.mk
blob: 711d95e48ba04e08ec6e1560ba2fd272a97c66b9 (plain) (tree)
1
2
3
4
5
6



                                         
                                                      
                                                
# $FreeBSD$

# Common flags to build lua related files

CFLAGS+=	-I${LUASRC} -I${LDRSRC} -I${LIBLUASRC}
CFLAGS+=	-DLUA_FLOAT_TYPE=LUA_FLOAT_INT64