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 558b74c commit 9dd9542Copy full SHA for 9dd9542
.github/workflows/macos-dmg.yml
@@ -41,9 +41,9 @@ jobs:
41
run: |
42
git clone https://gitlab.gnome.org/GNOME/gtk-mac-bundler.git
43
cd gtk-mac-bundler
44
- ./autogen.sh --prefix=/usr/local
45
- make -j$(sysctl -n hw.ncpu)
46
- sudo make install
+ meson setup build --prefix=/usr/local --buildtype=release
+ meson compile -C build
+ sudo meson install -C build
47
which gtk-mac-bundler
48
gtk-mac-bundler --version || true
49
0 commit comments