Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Sep 28, 2023
1 parent 92b7844 commit a756052
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/os-variants/mobile/mobile-dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ export async function buildMobileDev() {
chown -R user:user /opt/kde
${arch === "arm64" ? 'ln -s /usr/bin/aarch64-unknown-linux-gnu-g++ "/usr/bin/ distcc g++"' : ''}
${arch === "arm64" ? 'ln -s /usr/bin/aarch64-unknown-linux-gnu-g++ "/usr/bin/ g++"' : ''}
# todo remove this temp patch
${arch === "arm64" ? 'pacman -U http://fl.us.mirror.archlinuxarm.org/aarch64/extra/python-dulwich-0.21.6-2-aarch64.pkg.tar.xz' : '' }
${arch === "x64" ? 'ln -s /usr/bin/g++ "/usr/bin/ g++"' : ''}
sudo -u user bash << EOFSU
set -e
Expand Down

0 comments on commit a756052

Please sign in to comment.