From 57d45972e4af7970f1b694b3dedff09055c7db6a Mon Sep 17 00:00:00 2001 From: star9029 Date: Sun, 16 Feb 2025 16:05:49 +0800 Subject: [PATCH] Update xmake.lua --- packages/c/cpr/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/c/cpr/xmake.lua b/packages/c/cpr/xmake.lua index 8d2a9659f2b..244628f86fd 100644 --- a/packages/c/cpr/xmake.lua +++ b/packages/c/cpr/xmake.lua @@ -24,7 +24,7 @@ package("cpr") add_links("cpr") if on_check then - on_check(function (target) + on_check(function (package) -- Require to fIX cmake try run if package:version() and package:version():eq("1.6.2") then if package:is_cross() then