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 64b8b1e commit 16b4aafCopy full SHA for 16b4aaf
conanfile.py
@@ -33,7 +33,7 @@ def build(self):
33
"""Configure and build the project using Meson"""
34
meson = Meson(self)
35
meson.configure()
36
- meson.build(build_dir="builddir")
+ meson.build()
37
38
def package(self):
39
"""Install headers and libraries into package folder"""
0 commit comments