mirror of https://github.com/ArduPilot/ardupilot
waf: hack to let RunCam header enablement macro pass
This commit is contained in:
parent
6f979d5f7f
commit
1b17955f6b
|
@ -140,6 +140,7 @@ class ap_library_check_headers(Task.Task):
|
|||
dispatched_headers = set()
|
||||
whitelist = (
|
||||
'libraries/AP_Vehicle/AP_Vehicle_Type.h',
|
||||
'libraries/AP_Camera/AP_RunCam.h',
|
||||
)
|
||||
whitelist = tuple(os.path.join(*p.split('/')) for p in whitelist)
|
||||
|
||||
|
|
Loading…
Reference in New Issue