Skip to content

Commit

Permalink
Update debian build rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett authored Jan 4, 2025
1 parent 7c21d77 commit 7480378
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
override_dh_auto_build:
# Terrible hack to use modern platformio to build the native version
python3 -m venv venv
venv/bin/pip install platformio
venv/bin/platformio run -e native
source venv/bin/activate
pip install platformio
platformio run -e native
deactivate
rm -rf venv
# Move the binary and default config to the correct name
mv .pio/build/native/program .pio/build/native/meshtasticd
Expand Down

0 comments on commit 7480378

Please sign in to comment.