diff options
| -rw-r--r-- | ports/sdl2/CONTROL | 4 | ||||
| -rw-r--r-- | ports/sdl2/portfile.cmake | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ports/sdl2/CONTROL b/ports/sdl2/CONTROL index 7f10c1954..3e6b8a5ec 100644 --- a/ports/sdl2/CONTROL +++ b/ports/sdl2/CONTROL @@ -1,3 +1,3 @@ Source: sdl2 -Version: 2.0.5 -Description: Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D.
\ No newline at end of file +Version: 2.0.5-1 +Description: Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. diff --git a/ports/sdl2/portfile.cmake b/ports/sdl2/portfile.cmake index 81439567c..ba99334eb 100644 --- a/ports/sdl2/portfile.cmake +++ b/ports/sdl2/portfile.cmake @@ -47,6 +47,7 @@ else() -DSDL_STATIC=${SDL_STATIC_LIB} -DSDL_SHARED=${SDL_SHARED_LIB} -DFORCE_STATIC_VCRT=${SDL_STATIC_CRT} + -DLIBC=ON ) vcpkg_install_cmake() |
