Skip to content

Commit

Permalink
Fix Sylpheed's host&target triple, closes #9
Browse files Browse the repository at this point in the history
  • Loading branch information
AlienCowEatCake committed Feb 3, 2024
1 parent 8e12bb7 commit 02c317e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_sylpheed_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ curl -LO https://sylpheed.sraoss.jp/sylpheed/v3.8beta/sylpheed-3.8.0beta1.tar.bz
tar -xvpf sylpheed-3.8.0beta1.tar.bz2
cd sylpheed-3.8.0beta1
find "${SOURCE_DIR}/patches_sylpheed" -name '*.patch' | sort | while IFS= read -r item ; do patch -p1 -i "${item}" ; done
jhbuild run ./makeosx.sh --enable-oniguruma
jhbuild run ./makeosx.sh --enable-oniguruma --build=aarch64-apple-darwin
cd ..

curl -Lo qdbm-1.8.78.tar.gz https://snapshot.debian.org/archive/debian/20111016T212433Z/pool/main/q/qdbm/qdbm_1.8.78.orig.tar.gz
Expand Down Expand Up @@ -200,7 +200,7 @@ arch -x86_64 jhbuild bootstrap
tar -xvpf sylpheed-3.8.0beta1.tar.bz2
cd sylpheed-3.8.0beta1
find "${SOURCE_DIR}/patches_sylpheed" -name '*.patch' | sort | while IFS= read -r item ; do patch -p1 -i "${item}" ; done
arch -x86_64 jhbuild run ./makeosx.sh --enable-oniguruma
arch -x86_64 jhbuild run ./makeosx.sh --enable-oniguruma --build=x86_64-apple-darwin
cd ..

tar -xvpf qdbm-1.8.78.tar.gz
Expand Down

0 comments on commit 02c317e

Please sign in to comment.