Skip to content

Commit

Permalink
Fix debugger build
Browse files Browse the repository at this point in the history
  • Loading branch information
xusheng6 committed Apr 10, 2024
1 parent 4f67696 commit 100bf82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def remove_dir(path: os.PathLike):
base_dir = Path(__file__).resolve().parent.parent
build_path = base_dir / "build"
api_path = build_path / "api"
bn_dev_artifact_path = base_dir / "artifacts-extern" / "artifacts"
bn_dev_artifact_path = base_dir / "artifacts-extern"
bn_dev_path = build_path / "BN-dev"

if platform.system() == 'Darwin':
Expand Down

0 comments on commit 100bf82

Please sign in to comment.