We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe8d02 commit 9ae640fCopy full SHA for 9ae640f
1 file changed
classes/meson.yaml
@@ -86,6 +86,7 @@ buildSetup: |
86
strip = '$STRIP'
87
nm = '$NM'
88
pkg-config = '$(which pkg-config)'
89
+ cmake = '$(which cmake ||:)'
90
[built-in options]
91
c_args = [$(meson_join_list "${MESON_CFLAGS[@]}")]
92
cpp_args = [$(meson_join_list "${MESON_CXXFLAGS[@]}")]
0 commit comments