Skip to content

Commit 22c97c4

Browse files
Update conanfile.py
1 parent 64531cd commit 22c97c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def generate(self):
3232
def build(self):
3333
"""Configure and build the project using Meson"""
3434
meson = Meson(self)
35-
meson.configure(build_dir="builddir")
35+
meson.configure()
3636
meson.build(build_dir="builddir")
3737

3838
def package(self):

0 commit comments

Comments
 (0)