Skip to content

Commit d3309af

Browse files
Fixed where build/ is created
1 parent f22bc71 commit d3309af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpy_addon_build/build_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def build(self) -> None:
4848
"""
4949

5050
# Create some constants
51-
BUILD_DIR = Path("build")
51+
BUILD_DIR = self.config_path.parent / Path("build")
5252
STAGE_ONE = BUILD_DIR.joinpath(Path("stage-1"))
5353
FILTERS = []
5454

0 commit comments

Comments
 (0)