Skip to content

Commit

Permalink
Update find_package.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed May 1, 2024
1 parent 217051f commit 4d8644f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xmake/modules/package/manager/pkgconfig/find_package.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ import("package.manager.system.find_package", {alias = "find_package_from_system
-- @param opt the options, e.g. {verbose = true, version = "1.12.x")
--
function main(name, opt)

-- init options
opt = opt or {}
if is_cross(opt.plat, opt.arch) then
return
Expand Down

0 comments on commit 4d8644f

Please sign in to comment.