Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions variants/native/portduino/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,12 @@ build_flags = ${portduino_base.build_flags_common}
-L/opt/homebrew/opt/yaml-cpp/lib
-largp
-DPORTDUINO_DARWIN
; UDP multicast mesh-over-LAN. Linux native gets this via
; portduino_base.build_flags, but native-macos only pulls build_flags_common,
; so enable it explicitly here. Requires the Darwin INADDR_ANY multicast-bind
; fix in framework-portduino (meshtastic/framework-portduino#75) to actually
; mesh between sibling processes on macOS.
-DHAS_UDP_MULTICAST=1
; Headless build — variants/native/portduino/variant.h would otherwise
; default HAS_SCREEN to 1 and pull in screen-renderer source that uses
; VLA-with-initializer (a GNU/GCC extension Apple Clang rejects).
Expand Down
Loading