mirror of
https://github.com/glfw/glfw.git
synced 2025-11-18 03:53:27 +00:00
Fix typo in URL for secondary wgpu_native ARCH on macOS
This commit is contained in:
parent
15693a1bde
commit
c8c7405f37
@ -92,7 +92,7 @@ else () # macOS
|
||||
else ()
|
||||
set(URL_ARCH "aarch64")
|
||||
endif ()
|
||||
set(WEBGPU_URL "https://github.com/gfx-rs/wgpu-native/releases/download/v24.0.3.1/webgpu-macos-${URL_ARCH}-release.zip")
|
||||
set(WEBGPU_URL "https://github.com/gfx-rs/wgpu-native/releases/download/v24.0.3.1/wgpu-macos-${URL_ARCH}-release.zip")
|
||||
include(FetchContent)
|
||||
FetchContent_Declare(webgpu_other_bins
|
||||
URL ${WEBGPU_URL}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user