diff options
Diffstat (limited to 'apps/plugins/lua/luaconf.h')
| -rw-r--r-- | apps/plugins/lua/luaconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lua/luaconf.h b/apps/plugins/lua/luaconf.h index 109e680..3ed495b 100644 --- a/apps/plugins/lua/luaconf.h +++ b/apps/plugins/lua/luaconf.h @@ -758,6 +758,6 @@ union luai_Cast { double l_d; long l_l; }; */ #include "rockconf.h" - +#define LUAC_TRUST_BINARIES #endif |