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 6937f41 commit 603e76aCopy full SHA for 603e76a
.github/scripts/build-macos.sh
@@ -75,6 +75,9 @@ make -j
75
make install
76
popd
77
78
+# Install packaging into system python (used by meson in glib build)
79
+python3 -m pip install packaging
80
+
81
# Install glib (lensfun dependency)
82
curl -L --retry 3 -o glib.tar.xz https://download.gnome.org/sources/glib/2.79/glib-2.79.1.tar.xz
83
$CHECK_SHA256 glib.tar.xz b3764dd6e29b664085921dd4dd6ba2430fc19760ab6857ecfa3ebd4e8c1d114c
0 commit comments