Return MIN_OPT_LEVEL for elua
This commit is contained in:
parent
d1bfd8a517
commit
be6723df1e
1 changed files with 5 additions and 0 deletions
|
|
@ -122,6 +122,11 @@ typedef struct swig_elua_entry {
|
|||
|
||||
#ifndef SWIG_LUA_ELUA_EMULATE
|
||||
#if (SWIG_LUA_TARGET == SWIG_LUA_FLAVOR_ELUA) || (SWIG_LUA_TARGET == SWIG_LUA_FLAVOR_ELUAC)
|
||||
|
||||
#ifndef MIN_OPT_LEVEL
|
||||
#define MIN_OPT_LEVEL 2
|
||||
#endif
|
||||
|
||||
#include "lrodefs.h"
|
||||
#include "lrotable.h"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue