diff --git a/codegen/fetch_wgpu_bins.py b/codegen/fetch_wgpu_bins.py index ec1e19b..b195ff0 100644 --- a/codegen/fetch_wgpu_bins.py +++ b/codegen/fetch_wgpu_bins.py @@ -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", ]