Files
ardupilot/libraries/AP_Math/benchmarks/wscript
Peter Barker 3708936c62 global: correct shebang lines to refernce python3
also remove the odd encoding line which is not required in Py3
2025-07-22 10:45:57 +10:00

7 lines
92 B
Python

#!/usr/bin/env python3
def build(bld):
bld.ap_find_benchmarks(
use='ap',
)