Skip to content

Commit 81a0add

Browse files
fix SDL build on Windows ARM64
1 parent f7782be commit 81a0add

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

conan_profiles/msvc-arm64

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ include(base/msvc)
22

33
[settings]
44
arch=armv8
5+
6+
[conf]
7+
# workaround for https://github.com/libsdl-org/SDL/issues/13254
8+
sdl/*:tools.cmake.cmaketoolchain:extra_variables={'SDL_LIBC': 'ON'}

0 commit comments

Comments
 (0)