aboutsummaryrefslogtreecommitdiff
path: root/ports/sdl2/CONTROL
diff options
context:
space:
mode:
authorKrisztián Csordás <cskrisztianster@gmail.com>2019-10-28 19:13:09 +0100
committerRobert Schumacher <roschuma@microsoft.com>2019-10-28 11:13:09 -0700
commit903ca876529082dcafeb0092ccd4e128a2a0b511 (patch)
tree16e59f7a69cac7e6039e401b460a2caffea585af /ports/sdl2/CONTROL
parent203c3e798a43c2539f8ec126888aba7079df2611 (diff)
downloadvcpkg-903ca876529082dcafeb0092ccd4e128a2a0b511.tar.gz
vcpkg-903ca876529082dcafeb0092ccd4e128a2a0b511.zip
Fix sdl2 build if there is space in the path (#8760)
* Fix sdl2 build if there is space in the path * [sdl2] Bump control version to account for new patch
Diffstat (limited to 'ports/sdl2/CONTROL')
-rw-r--r--ports/sdl2/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sdl2/CONTROL b/ports/sdl2/CONTROL
index 9f195d5e7..3f96bc71f 100644
--- a/ports/sdl2/CONTROL
+++ b/ports/sdl2/CONTROL
@@ -1,5 +1,5 @@
Source: sdl2
-Version: 2.0.10-1
+Version: 2.0.10-2
Homepage: https://github.com/SDL-Mirror/SDL
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.