Skip to content

Commit

Permalink
Fix build on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkbatya committed Mar 21, 2024
1 parent 0c1b34f commit cc620f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/scripts/build-linux-flipper-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function cleanup_relink() {

function copy_libudev() {
mkdir -p "$LINUX_OUTPUT_ROOT/lib";
cp -r /usr/lib/x86_64-linux-gnu/libudev.so.1* "$LINUX_OUTPUT_ROOT/lib/";
cp -r /usr/lib/$ARCH-linux-gnu/libudev.so.1* "$LINUX_OUTPUT_ROOT/lib/";
}

function build_protobuf() {
Expand Down

0 comments on commit cc620f2

Please sign in to comment.