mirror of https://github.com/ArduPilot/ardupilot
ardupilotwaf: Enable heap for scripting builds
This commit is contained in:
parent
a2b924d810
commit
7b259fb09f
|
@ -96,6 +96,7 @@ class Board:
|
|||
if cfg.options.enable_scripting:
|
||||
env.DEFINES.update(
|
||||
ENABLE_SCRIPTING = 1,
|
||||
ENABLE_HEAP = 1,
|
||||
LUA_32BITS = 1,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue