Skip to content

Commit

Permalink
this maybe fix ?
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicGamer9523 committed Dec 16, 2023
1 parent 0d51868 commit 2d9d702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def build(cd: str, args: list[str]) -> str | int | None:
print("Hopefully they will be back soon.")
return 0

cmd = ["cargo", "build"]
cmd = ["cargo", "build", "-p", "arc-pylib", "-F", "extension-module", "--workspace"]
cmd.extend(args)
res = subprocess.run(cmd, cwd=cd)
if res.returncode != 0: return res.returncode

0 comments on commit 2d9d702

Please sign in to comment.