mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-23 23:59:00 +08:00
[libmodplug] Fix build failure with clang-19 (#41959)
Co-authored-by: Ankur <ankurv@verma> Co-authored-by: ankurv <ankur@verma> Co-authored-by: ankurv <ankurv>
This commit is contained in:
parent
af060d94a0
commit
112c5d7b46
@ -17,13 +17,7 @@ vcpkg_from_github(
|
||||
005-fix-install-paths.patch # https://github.com/Konstanty/libmodplug/pull/61
|
||||
)
|
||||
|
||||
set(EXTRA_OPTIONS "")
|
||||
|
||||
if(VCPKG_TARGET_IS_EMSCRIPTEN)
|
||||
list(APPEND EXTRA_OPTIONS "-DCMAKE_CXX_STANDARD=11")
|
||||
elseif(VCPKG_TARGET_IS_ANDROID)
|
||||
list(APPEND EXTRA_OPTIONS "-DCMAKE_CXX_STANDARD=11")
|
||||
endif()
|
||||
set(EXTRA_OPTIONS "-DCMAKE_CXX_STANDARD=11")
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "libmodplug",
|
||||
"version": "0.8.9.0",
|
||||
"port-version": 13,
|
||||
"port-version": 14,
|
||||
"description": "The ModPlug mod file playing library.",
|
||||
"homepage": "https://github.com/Konstanty/libmodplug",
|
||||
"license": null,
|
||||
|
@ -4806,7 +4806,7 @@
|
||||
},
|
||||
"libmodplug": {
|
||||
"baseline": "0.8.9.0",
|
||||
"port-version": 13
|
||||
"port-version": 14
|
||||
},
|
||||
"libmorton": {
|
||||
"baseline": "0.2.12",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "ff73830b584f9c52036cfa1d31b12cf936beabe8",
|
||||
"version": "0.8.9.0",
|
||||
"port-version": 14
|
||||
},
|
||||
{
|
||||
"git-tree": "24e042bf1e6d517ef9bbb83229c541d3e1cdaf3c",
|
||||
"version": "0.8.9.0",
|
||||
|
Loading…
Reference in New Issue
Block a user