Skip to content

Commit

Permalink
portduino-buildroot: Define c standard (#5547)
Browse files Browse the repository at this point in the history
  • Loading branch information
vidplace7 authored Dec 10, 2024
1 parent cf46e67 commit 761a99d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variants/portduino-buildroot/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ extends = portduino_base
; The pkg-config commands below optionally add link flags.
; the || : is just a "or run the null command" to avoid returning an error code
build_flags = ${portduino_base.build_flags} -O0 -I variants/portduino-buildroot
-std=c++17
!pkg-config --libs libulfius --silence-errors || :
!pkg-config --libs openssl --silence-errors || :
board = buildroot
Expand Down

0 comments on commit 761a99d

Please sign in to comment.