Skip to content

Commit

Permalink
Update sdl2 version to 2.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudo-rnd-thoughts committed Jan 8, 2025
1 parent c4b6093 commit 360c96e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions cmake/custom-triplets/x64-osx-mixed.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ else()
set(VCPKG_LIBRARY_LINKAGE static)
set(VCPKG_CRT_LINKAGE static)
endif()

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-declaration-after-statement")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-declaration-after-statement")
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"builtin-baseline": "9aa0d66373ce3a6868d12353d0d4960db0d4bd18",
"overrides": [
{ "name": "sdl2", "version": "2.0.16" }
{ "name": "sdl2", "version": "2.0.22" }
]
}

0 comments on commit 360c96e

Please sign in to comment.