Skip to content

Commit

Permalink
Add missing expanduser for libdir
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Feb 5, 2024
1 parent 692d3cb commit 53534ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def detect_arch():
and arch["machine"] == uname.machine
and arch["pointer_size"] == pointer_size
):
arch["libdir"] = os.path.expanduser(arch["libdir"])
return arch
raise Exception(f"Unsupported arch: {uname}")

Expand Down

0 comments on commit 53534ce

Please sign in to comment.