Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
c8ef authored Oct 20, 2024
1 parent 3be787a commit 34faae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/t/tkrzw/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ package("tkrzw")
end)

on_test(function (package)
assert(package:has_cxxfuncs("ParseCommandArguments", {includes = "tkrzw_cmd_util.h"}))
assert(package:has_cxxfuncs("tkrzw::ParseCommandArguments", {includes = "tkrzw_cmd_util.h"}))
end)

0 comments on commit 34faae9

Please sign in to comment.