From 0bb4ab4dc993156223169cd3ec482bd03b971ba1 Mon Sep 17 00:00:00 2001 From: Rustom Jehangir Date: Mon, 18 Jan 2016 23:07:46 -0800 Subject: [PATCH] Sub: Update Sub script to match others. --- ArduSub/wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/ArduSub/wscript b/ArduSub/wscript index b97621dd94..1a527c1dfa 100644 --- a/ArduSub/wscript +++ b/ArduSub/wscript @@ -38,5 +38,6 @@ def build(bld): ardupilotwaf.program( bld, + program_name='ardusub', use=vehicle + '_libs', )