diff options
| author | 2015-01-13 18:44:26 +0100 | |
|---|---|---|
| committer | 2015-01-13 18:44:26 +0100 | |
| commit | fb4695be0ab380b3c53ea8f5f64b0cc4beacd2a1 (patch) | |
| tree | 7b0c2d7943bbbaa4d0fa8a56ad66fafb6cfecfad /makefile | |
| parent | d60dc40fe37bbc90eecea9c0ebb1f932df38ab0b (diff) | |
Made all compile for Lua 5.3 (nw)
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -493,6 +493,9 @@ ifdef FASTDEBUG DEFS += -DMAME_DEBUG_FAST endif +# To support casting in Lua 5.3 +DEFS += -DLUA_COMPAT_APIINTCASTS + #------------------------------------------------- # compile flags # CCOMFLAGS are common flags |
