Tools: Don't generally build scripting unless requested

This commit is contained in:
Michael du Breuil 2018-10-04 14:33:33 -07:00 committed by Andrew Tridgell
parent 31548c983a
commit 5192376c85

View File

@ -87,6 +87,7 @@ def get_legacy_defines(sketch_name):
IGNORED_AP_LIBRARIES = [
'doc',
'AP_Scripting', # this gets explicitly included when it is needed and should otherwise never be globbed in
]
@conf