Skip to content

Commit

Permalink
Also replace platform name in *.pri
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Feb 2, 2024
1 parent 05e5773 commit fac5b23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ sha256sums=(SKIP)
build() {
find . -name "*.pro" -type f -print0 \
| xargs -r -0 sed -i 's/linux-oe-g++/linux-arm-remarkable-g++/g'
find . -name "*.pri" -type f -print0 \
| xargs -r -0 sed -i 's/linux-oe-g++/linux-arm-remarkable-g++/g'
CMAKE_TOOLCHAIN_FILE="/usr/share/cmake/$CHOST.cmake" make FEATURES=sentry release
}

Expand Down

0 comments on commit fac5b23

Please sign in to comment.