mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
waf: notify users that we have moved to using tool instead of tools
This commit is contained in:
parent
2750b361aa
commit
5d435c762e
@ -129,6 +129,8 @@ def ap_autoconfigure(execute_method):
|
|||||||
"""
|
"""
|
||||||
Wraps :py:func:`waflib.Context.Context.execute` on the context class
|
Wraps :py:func:`waflib.Context.Context.execute` on the context class
|
||||||
"""
|
"""
|
||||||
|
if 'tools/' in self.targets:
|
||||||
|
raise Errors.WafError('\"tools\" name has been replaced with \"tool\" for build please use that!')
|
||||||
if not Configure.autoconfig:
|
if not Configure.autoconfig:
|
||||||
return execute_method(self)
|
return execute_method(self)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user