From f34897a3335a433428d0082eb48bc9a3348d714c Mon Sep 17 00:00:00 2001 From: L Date: Thu, 31 Mar 2022 13:28:55 +0800 Subject: [PATCH] recreate patch --- packages/c/crossguid/patches/warnings.patch | 2 +- packages/c/crossguid/xmake.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/c/crossguid/patches/warnings.patch b/packages/c/crossguid/patches/warnings.patch index 29ec75f2b..d0ffc790a 100644 --- a/packages/c/crossguid/patches/warnings.patch +++ b/packages/c/crossguid/patches/warnings.patch @@ -17,4 +17,4 @@ index 76b5a62..174d981 100644 - set_target_properties(crossguid PROPERTIES - VERSION ${PROJECT_VERSION} \ No newline at end of file + VERSION ${PROJECT_VERSION} diff --git a/packages/c/crossguid/xmake.lua b/packages/c/crossguid/xmake.lua index 3b3807655..e49f19d3d 100644 --- a/packages/c/crossguid/xmake.lua +++ b/packages/c/crossguid/xmake.lua @@ -7,7 +7,7 @@ package("crossguid") add_versions("2019.3.29", "ca1bf4b810e2d188d04cb6286f957008ee1b7681") if is_plat("macosx", "iphoneos") then - add_patches("2019.3.29", path.join(os.scriptdir(), "patches", "warnings.patch"), "52546cb4b33bb467bd901d54a1bc97a467b5861ff54c5e39063de9540313adbb") + add_patches("2019.3.29", path.join(os.scriptdir(), "patches", "warnings.patch"), "9953cb5ef68bdffa7cc9cb138a2119dd3460f3055db14a13aecc4dd256104c09") elseif is_plat("linux") then add_deps("libuuid") elseif is_plat("windows", "mingw") then