Skip to content

Commit 16b4aaf

Browse files
Update conanfile.py
1 parent 64b8b1e commit 16b4aaf

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
@@ -33,7 +33,7 @@ def build(self):
3333
"""Configure and build the project using Meson"""
3434
meson = Meson(self)
3535
meson.configure()
36-
meson.build(build_dir="builddir")
36+
meson.build()
3737

3838
def package(self):
3939
"""Install headers and libraries into package folder"""

0 commit comments

Comments
 (0)