ardupilot/Tools/Replay/wscript
Gustavo Jose de Sousa 5699bf04d0 waf: rename parameter blddestdir to program_group
It's a good idea to consolidate the idea that all programs belong to a group
that has it's own directory.
2016-02-01 14:08:32 -02:00

9 lines
132 B
Python

#!/usr/bin/env python
# encoding: utf-8
def build(bld):
bld.ap_program(
use='ap',
program_group='tools',
)