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 64531cd commit 22c97c4Copy full SHA for 22c97c4
conanfile.py
@@ -32,7 +32,7 @@ def generate(self):
32
def build(self):
33
"""Configure and build the project using Meson"""
34
meson = Meson(self)
35
- meson.configure(build_dir="builddir")
+ meson.configure()
36
meson.build(build_dir="builddir")
37
38
def package(self):
0 commit comments