uClibc compatibility (#5270)

* uclibc compatibility

Adds compatibility with uclibc, the officially supported toolchain of the luckfox pico

* Explicitly link stdc++fs for std::filesystem

Bringing this over from buildroot-meshtastic
This commit is contained in:
Austin
2024-11-07 08:23:08 -05:00
committed by GitHub
parent b506f6dcb0
commit 286f3c6458
4 changed files with 4 additions and 4 deletions

View File

@@ -32,6 +32,7 @@ build_flags =
-Isrc/platform/portduino
-DRADIOLIB_EEPROM_UNSUPPORTED
-DPORTDUINO_LINUX_HARDWARE
-lstdc++fs
-lbluetooth
-lgpiod
-lyaml-cpp