diff options
Diffstat (limited to 'xmake/repository/packages/g/git/xmake.lua')
| -rw-r--r-- | xmake/repository/packages/g/git/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/repository/packages/g/git/xmake.lua b/xmake/repository/packages/g/git/xmake.lua index 74f000b65..f14d0c71b 100644 --- a/xmake/repository/packages/g/git/xmake.lua +++ b/xmake/repository/packages/g/git/xmake.lua @@ -27,6 +27,7 @@ package("git") end on_load("windows", function (package) + package:addenv("PATH", path.join("share", "MinGit", "mingw32", "bin")) package:addenv("PATH", path.join("share", "MinGit", "cmd")) end) |
