Browse Source

Tools: Don't generally build scripting unless requested

master
Michael du Breuil 6 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): @@ -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

Loading…
Cancel
Save