mirror of
https://github.com/glfw/glfw.git
synced 2025-04-04 21:15:07 +00:00
Add Windows ARM64 to the build
This commit is contained in:
parent
e7ea71be03
commit
6b5ea498f6
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -98,3 +98,8 @@ jobs:
|
|||
- name: Build Win32 shared x64 library
|
||||
run: cmake --build build-win32-shared-x64 --parallel
|
||||
|
||||
- name: Configure Win32 shared arm64 library
|
||||
run: cmake -B build-win32-shared-arm64 -G "Visual Studio 17 2022" -A arm64 -D BUILD_SHARED_LIBS=ON
|
||||
- name: Build Win32 shared arm64 library
|
||||
run: cmake --build build-win32-shared-arm64 --parallel
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue