aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodicodi <rob.ceglinski@gmail.com>2016-12-20 14:52:13 +0100
committerGitHub <noreply@github.com>2016-12-20 14:52:13 +0100
commit704e1ea85af0ee75cc41234e5c9a3df8dd544777 (patch)
treef973a33bc4a99e07bdcc0b6c3ac7ca3392d36c67
parent3b7b380798fbae1072f093019fb89cb7ced744d4 (diff)
downloadvcpkg-704e1ea85af0ee75cc41234e5c9a3df8dd544777.tar.gz
vcpkg-704e1ea85af0ee75cc41234e5c9a3df8dd544777.zip
[sdl2] make SDL2 use libc
-rw-r--r--ports/sdl2/portfile.cmake1
1 files changed, 1 insertions, 0 deletions
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()