Skip to content

Commit d18af6b

Browse files
committed
try latest gtk-osx, since pipenv install fails
1 parent 7a154f5 commit d18af6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bootstrap.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ rm -f "$HOME/.config/jhbuildrc-custom"
1414
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
17-
# known working commit
18-
(cd _gtk-osx && git checkout f14824ec)
17+
# try latest commit
18+
(cd _gtk-osx && git checkout bb835964)
1919
yes | ./_gtk-osx/gtk-osx-setup.sh
2020
git clone https://gitlab.gnome.org/GNOME/gtk-mac-bundler.git _bundler
2121
(cd _bundler && make install bindir=$HOME/.new_local/bin)

0 commit comments

Comments
 (0)