We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eedf76f commit 01dee78Copy full SHA for 01dee78
.github/workflows/msvc.yml
@@ -17,7 +17,7 @@ jobs:
17
- { name: Windows static VCRT (x86), flags: -A Win32 -DSDL_FORCE_STATIC_VCRT=ON }
18
- { name: Windows (clang-cl x64), flags: -T ClangCL -A x64 }
19
- { name: Windows (clang-cl x86), flags: -T ClangCL -A Win32 }
20
- - { name: Windows (ARM), flags: -A ARM }
+ - { name: Windows (ARM), flags: '-A ARM -DCMAKE_SYSTEM_VERSION="10.0.22621.0"' } # 10.0.26100.0 dropped ARM32 um and ucrt libraries
21
- { name: Windows (ARM64), flags: -A ARM64 }
22
- { name: UWP (x64), flags: -A x64 -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0" -DSDL_TESTS=OFF, nowerror: true,
23
project: VisualC-WinRT/SDL-UWP.sln, projectflags: '/p:Platform=x64 /p:WindowsTargetPlatformVersion=10.0.17763.0' }
0 commit comments