Skip to content

Commit

Permalink
Fix package build
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Jan 12, 2024
1 parent a3bd875 commit 093947f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source=(src.tar.gz)
sha256sums=(SKIP)

build() {
find . -name "*.pro" -type f -print0 \
find . -type f -name "*.pro" -o -name "*.pri" -print0 \
| xargs -r -0 sed -i 's/linux-oe-g++/linux-arm-remarkable-g++/g'
qmake
make -j$(nproc)
Expand Down

0 comments on commit 093947f

Please sign in to comment.