Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Oct 2, 2024
1 parent 0505ce1 commit a7888e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xmake/modules/package/tools/cmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1234,6 +1234,7 @@ function configure(package, configs, opt)

-- do configure
local cmake = assert(find_tool("cmake"), "cmake not found!")
print(argv)
os.vrunv(cmake.program, argv, {envs = opt.envs or buildenvs(package, opt)})
os.cd(oldir)
end
Expand Down

0 comments on commit a7888e5

Please sign in to comment.