Include meshtasticd dependencies

This commit is contained in:
rickmark
2024-12-30 09:06:41 +00:00
committed by Austin
parent b437f0fb54
commit 02ccb43092
3 changed files with 5 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ mkdir -p $OUTDIR/
rm -r $OUTDIR/* || true
# Important to pull latest version of libs into all device flavors, otherwise some devices might be stale
platformio pkg update --environment native || platformioFailed
pio pkg update --environment native || platformioFailed
pio run --environment native || platformioFailed
cp .pio/build/native/program "$OUTDIR/meshtasticd_linux_$(uname -m)"
cp bin/native-install.* $OUTDIR