ardupilotwaf: Enable heap for scripting builds

This commit is contained in:
Michael du Breuil 2018-12-21 12:47:39 -07:00 committed by WickedShell
parent a2b924d810
commit 7b259fb09f
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ class Board:
if cfg.options.enable_scripting:
env.DEFINES.update(
ENABLE_SCRIPTING = 1,
ENABLE_HEAP = 1,
LUA_32BITS = 1,
)