Browse Source

Tools: Don't generally build scripting unless requested

master
Michael du Breuil 7 years ago committed by Andrew Tridgell
parent
commit
5192376c85
  1. 1
      Tools/ardupilotwaf/ardupilotwaf.py

1
Tools/ardupilotwaf/ardupilotwaf.py

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

Loading…
Cancel
Save