mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
Tools: fixed scripting build with --out on configure line
thanks to Henry for noticing
This commit is contained in:
parent
c0fae0b1fb
commit
c5c171b359
@ -62,7 +62,7 @@ _depends_on_vehicle_cache = {}
|
||||
def _depends_on_vehicle(bld, source_node):
|
||||
path = source_node.srcpath()
|
||||
|
||||
if path.startswith('build/'):
|
||||
if path.startswith(bld.env.BUILDROOT) or path.startswith("build/"):
|
||||
_depends_on_vehicle_cache[path] = False
|
||||
|
||||
if path not in _depends_on_vehicle_cache:
|
||||
|
Loading…
Reference in New Issue
Block a user