Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Jan 30, 2024
1 parent 47c7cda commit 56a90d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xmake/modules/package/tools/cmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -909,8 +909,8 @@ function _install_for_make(package, configs, opt)
os.vrunv(make, argv)
os.vrunv(make, {"install"})
else
os.vexec("make", argv)
os.vexev("make", {"install"})
os.vexecv("make", argv)
os.vexecv("make", {"install"})
end
end

Expand Down

0 comments on commit 56a90d7

Please sign in to comment.