Skip to content

Commit 100bf82

Browse files
committed
Fix debugger build
1 parent 4f67696 commit 100bf82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def remove_dir(path: os.PathLike):
5858
base_dir = Path(__file__).resolve().parent.parent
5959
build_path = base_dir / "build"
6060
api_path = build_path / "api"
61-
bn_dev_artifact_path = base_dir / "artifacts-extern" / "artifacts"
61+
bn_dev_artifact_path = base_dir / "artifacts-extern"
6262
bn_dev_path = build_path / "BN-dev"
6363

6464
if platform.system() == 'Darwin':

0 commit comments

Comments
 (0)