Skip to content

Commit 8a58f95

Browse files
Update conanfile.py
1 parent 16b4aaf commit 8a58f95

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
@@ -38,7 +38,7 @@ def build(self):
3838
def package(self):
3939
"""Install headers and libraries into package folder"""
4040
meson = Meson(self)
41-
meson.install(build_dir="builddir")
41+
meson.install()
4242

4343
# Ensure headers are included even if not installed by Meson
4444
copy(self, "*.h",

0 commit comments

Comments
 (0)