Skip to content

Commit

Permalink
fix binary fetching for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
PyryM committed Oct 4, 2024
1 parent d0971be commit d56db34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codegen/fetch_wgpu_bins.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ def unzip_to(url: str, dest: str) -> None:
[
"lipo",
"-create",
f"{UNZIP_PATH}/libwgpu_native.dylib",
f"{UNZIP_PATH}_ARM/libwgpu_native.dylib",
f"{UNZIP_PATH}/lib/libwgpu_native.dylib",
f"{UNZIP_PATH}_ARM/lib/libwgpu_native.dylib",
"-output",
"xgpu/libwgpu_native.dylib",
]
Expand Down

0 comments on commit d56db34

Please sign in to comment.