We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc0800 commit 8eab255Copy full SHA for 8eab255
projects/gnome.org/gobject-introspection/package.yml
@@ -24,6 +24,8 @@ build:
24
- meson .. --prefix={{prefix}} --libdir={{prefix}}/lib --buildtype=release
25
- ninja -v
26
- ninja install
27
+ - run: sed -i 's|env {{deps.python.org.prefix}}/bin/python|env python|' g-ir-annotation-tool g-ir-scanner
28
+ working-directory: ${{prefix}}/bin
29
env:
30
#FIXME for python3 distutils
31
CC: clang
0 commit comments