mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
Tools: allow networking in SITL periph
This commit is contained in:
parent
e8c852f0d4
commit
afc112295c
@ -411,7 +411,7 @@ def do_build(opts, frame_options):
|
||||
if opts.enable_dds:
|
||||
cmd_configure.append("--enable-dds")
|
||||
|
||||
if opts.disable_networking or configure_target != "sitl":
|
||||
if opts.disable_networking:
|
||||
cmd_configure.append("--disable-networking")
|
||||
|
||||
if opts.enable_networking_tests:
|
||||
|
Loading…
Reference in New Issue
Block a user