Skip to content

Commit

Permalink
linux fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hacknus committed Dec 11, 2024
1 parent 8f68600 commit 73def84
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions recipes/serial-monitor-rust/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ build:
- cargo install --locked --bins --root ${PREFIX} --path .
- if: linux
then:
- export PKG_CONFIG_PATH=$BUILD_PREFIX/lib/pkgconfig:$PKG_CONFIG_PATH
- ls $BUILD_PREFIX/lib/pkgconfig/libudev.pc
- pkg-config --cflags --libs libudev
- cargo-bundle-licenses --format yaml --output ${SRC_DIR}/THIRDPARTY.yml
- cargo install --locked --bins --root ${PREFIX} --path .
- if: win
Expand Down

0 comments on commit 73def84

Please sign in to comment.