Skip to content

Commit d47725f

Browse files
committed
Build b2
1 parent e775c5f commit d47725f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hatch_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def initialize(self, version: str, build_data: dict[str, Any]) -> None:
2929
else:
3030
build_packages = "-b missing"
3131

32-
assert os.system(f"conan install . -u {build_packages} -of build --format json --out-file graph.json") == 0, (
32+
assert os.system(f"conan install . -u {build_packages} -of build --format json -b b2/* --out-file graph.json") == 0, (
3333
"Conan install failed"
3434
)
3535

0 commit comments

Comments
 (0)