Sub: Update Sub script to match others.

This commit is contained in:
Rustom Jehangir 2016-01-18 23:07:46 -08:00 committed by Andrew Tridgell
parent c6b3f46e04
commit 0bb4ab4dc9

View File

@ -38,5 +38,6 @@ def build(bld):
ardupilotwaf.program( ardupilotwaf.program(
bld, bld,
program_name='ardusub',
use=vehicle + '_libs', use=vehicle + '_libs',
) )