Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
star-hengxing authored Feb 16, 2025
1 parent 5c08d91 commit 57d4597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/c/cpr/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57d4597

Please sign in to comment.