From aea90edf26387887c0765873aea9eebb7b8fcb63 Mon Sep 17 00:00:00 2001 From: Frank <1433351828@qq.com> Date: Mon, 18 Mar 2024 10:09:38 +0000 Subject: [PATCH] patch name --- ports/rttr/{fix-android.patch => disable-werrorr.patch} | 0 ports/rttr/portfile.cmake | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename ports/rttr/{fix-android.patch => disable-werrorr.patch} (100%) diff --git a/ports/rttr/fix-android.patch b/ports/rttr/disable-werrorr.patch similarity index 100% rename from ports/rttr/fix-android.patch rename to ports/rttr/disable-werrorr.patch diff --git a/ports/rttr/portfile.cmake b/ports/rttr/portfile.cmake index b520738f6a516f..cbb9a155564817 100644 --- a/ports/rttr/portfile.cmake +++ b/ports/rttr/portfile.cmake @@ -9,7 +9,7 @@ vcpkg_from_github( Fix-depends.patch remove-owner-read-perms.patch disable-unsupport-header.patch - fix-android.patch + disable-werrorr.patch ) if("${VCPKG_LIBRARY_LINKAGE}" STREQUAL "static" AND "${VCPKG_CRT_LINKAGE}" STREQUAL "static")