mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
waf: removed bootloader variant directory
too painful to maintain
This commit is contained in:
parent
a0e17ab1ed
commit
b3bbb0c389
2
wscript
2
wscript
@ -166,8 +166,6 @@ def configure(cfg):
|
|||||||
cfg.env.AUTOCONFIG = cfg.options.autoconfig
|
cfg.env.AUTOCONFIG = cfg.options.autoconfig
|
||||||
|
|
||||||
cfg.env.VARIANT = cfg.env.BOARD
|
cfg.env.VARIANT = cfg.env.BOARD
|
||||||
if cfg.options.bootloader:
|
|
||||||
cfg.env.VARIANT += '-bootloader'
|
|
||||||
|
|
||||||
_set_build_context_variant(cfg.env.VARIANT)
|
_set_build_context_variant(cfg.env.VARIANT)
|
||||||
cfg.setenv(cfg.env.VARIANT)
|
cfg.setenv(cfg.env.VARIANT)
|
||||||
|
Loading…
Reference in New Issue
Block a user