We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a154f5 commit d18af6bCopy full SHA for d18af6b
bootstrap.sh
@@ -14,8 +14,8 @@ rm -f "$HOME/.config/jhbuildrc-custom"
14
mkdir -p "$HOME/.config"
15
cp misc/jhbuildrc-custom "$HOME/.config/jhbuildrc-custom"
16
git clone https://gitlab.gnome.org/GNOME/gtk-osx.git _gtk-osx
17
-# known working commit
18
-(cd _gtk-osx && git checkout f14824ec)
+# try latest commit
+(cd _gtk-osx && git checkout bb835964)
19
yes | ./_gtk-osx/gtk-osx-setup.sh
20
git clone https://gitlab.gnome.org/GNOME/gtk-mac-bundler.git _bundler
21
(cd _bundler && make install bindir=$HOME/.new_local/bin)
0 commit comments