File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
variants/portduino-buildroot Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,9 @@ build_flags =
3434 -Isrc/platform/portduino
3535 -DRADIOLIB_EEPROM_UNSUPPORTED
3636 -DPORTDUINO_LINUX_HARDWARE
37+ -lpthread
3738 -lstdc++fs
3839 -lbluetooth
3940 -lgpiod
40- -lyaml-cpp
41+ -lyaml-cpp
42+ -std =c++17
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ extends = portduino_base
33; Optional libraries should be appended to `PLATFORMIO_BUILD_FLAGS`
44; environment variable in the buildroot environment.
55build_flags = ${portduino_base.build_flags} -O0 -I variants/portduino-buildroot
6- -std =c++17
76board = buildroot
87lib_deps = ${portduino_base.lib_deps}
9- build_src_filter = ${portduino_base.build_src_filter}
8+ build_src_filter = ${portduino_base.build_src_filter}
You can’t perform that action at this time.
0 commit comments