aboutsummaryrefslogtreecommitdiff
path: root/stand/lua.mk
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-02-07 22:07:08 +0000
committerWarner Losh <imp@FreeBSD.org>2023-02-08 17:33:26 +0000
commit8c784bb8cf36911b828652f0bf7e88f443abec50 (patch)
tree4a7bec363d70cda4659b8a808c711f411618854a /stand/lua.mk
parent87d405eab91169e0b650a7dd2e5097c0b990fac5 (diff)
parent755d9301ca89f02956fd17858b9d4d821ab5c972 (diff)
Diffstat (limited to 'stand/lua.mk')
-rw-r--r--stand/lua.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/stand/lua.mk b/stand/lua.mk
index 711d95e48ba0..021ce73bd60f 100644
--- a/stand/lua.mk
+++ b/stand/lua.mk
@@ -3,4 +3,3 @@
# Common flags to build lua related files
CFLAGS+= -I${LUASRC} -I${LDRSRC} -I${LIBLUASRC}
-CFLAGS+= -DLUA_FLOAT_TYPE=LUA_FLOAT_INT64