Skip to content

Commit

Permalink
Fix vcruntime patch
Browse files Browse the repository at this point in the history
  • Loading branch information
roncapat authored Oct 12, 2023
1 parent e934a84 commit 0c195e6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions sdl2_vendor/sdl2-windows-add-vcruntime.patch
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
--- a/CMakeLists.txt.orig 2020-04-01 14:23:24.000000000 +0000
+++ b/CMakeLists.txt 2020-04-01 14:23:38.000000000 +0000
@@ -1556,9 +1556,9 @@ elseif(WINDOWS)
--- a/CMakeLists.txt.orig
+++ b/CMakeLists.txt
@@ -1693,6 +1693,6 @@ elseif(WINDOWS)
endif()

# Libraries for Win32 native and MinGW
if(NOT WINDOWS_STORE)
- list(APPEND EXTRA_LIBS user32 gdi32 winmm imm32 ole32 oleaut32 version uuid advapi32 setupapi shell32)
+ list(APPEND EXTRA_LIBS vcruntime user32 gdi32 winmm imm32 ole32 oleaut32 version uuid advapi32 setupapi shell32)
endif()

# TODO: in configure.ac the check for timers is set on
# cygwin | mingw32* - does this include mingw32CE?

0 comments on commit 0c195e6

Please sign in to comment.