Skip to content

Commit f6c16aa

Browse files
committed
update to latest gtk-osx master (newer automake)
1 parent 78c4823 commit f6c16aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mkdir -p "$HOME/.config"
1515
cp misc/jhbuildrc-custom "$HOME/.config/jhbuildrc-custom"
1616
git clone https://gitlab.gnome.org/GNOME/gtk-osx.git _gtk-osx
1717
# try latest commit
18-
(cd _gtk-osx && git checkout f899bfcb)
18+
(cd _gtk-osx && git checkout 357671e5)
1919
# fix boostrap failure: error message on pip download
2020
sed -i '' s,https://bootstrap.pypa.io/2.7/get-pip.py,https://bootstrap.pypa.io/pip/2.7/get-pip.py, _gtk-osx/gtk-osx-setup.sh
2121
yes | ./_gtk-osx/gtk-osx-setup.sh

0 commit comments

Comments
 (0)