Skip to content

Commit

Permalink
Default to building armv7
Browse files Browse the repository at this point in the history
Was inconsistent with other parts expecting armv7
  • Loading branch information
LinusCDE committed Jun 8, 2023
1 parent d0addbd commit fbfaf3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ cd mupdf_wrapper
./build-kobo.sh
cd ..

cargo build --release --target=arm-unknown-linux-gnueabihf -p plato
cargo build --release --target=armv7-unknown-linux-gnueabihf -p plato

0 comments on commit fbfaf3d

Please sign in to comment.