Tools: allow networking in SITL periph

This commit is contained in:
Andrew Tridgell 2023-11-18 14:09:42 +11:00
parent e8c852f0d4
commit afc112295c

View File

@ -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: