Skip to content

Commit

Permalink
Attempt to keep win-arm support, may be on the chopping block though
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey committed Dec 21, 2024
1 parent f46df63 commit 8577e7b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sources/SDL/Native/build-win-arm.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
if "%GITHUB_ACTIONS%"!="" (
wget https://go.microsoft.com/fwlink/?linkid=2286561 -o winsdksetup.exe
.\winsdksetup.exe /q /norestart /ceip off /features+
rm winsdksetup.exe
)

if not exist "../../../eng/submodules/sdl/CMakeLists.txt" (
git submodule update --init --recursive --depth 1 ..\..\..\eng\submodules\sdl
)
Expand Down

0 comments on commit 8577e7b

Please sign in to comment.