Skip to content

Commit

Permalink
Use local dir for aarch64 musl download
Browse files Browse the repository at this point in the history
Since musl wheels will generally be built in cibuildwheel, which doesn't have a persistent homedir, it should be ok to continue using the home dir for this particular build.
  • Loading branch information
bjia56 authored Mar 6, 2024
1 parent 860dafd commit 77d1324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"system": "Linux",
"machine": "aarch64",
"pointer_size": 64,
"libdir": "",
"libdir": "~/.local/lib",
"sysname": "linux",
"link_type": "dynamic",
"libc": "musl",
Expand Down

0 comments on commit 77d1324

Please sign in to comment.