diff options
| -rw-r--r-- | xmake/repository/packages/g/git/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/repository/packages/g/git/xmake.lua b/xmake/repository/packages/g/git/xmake.lua index b8418a005..8d96484ac 100644 --- a/xmake/repository/packages/g/git/xmake.lua +++ b/xmake/repository/packages/g/git/xmake.lua @@ -29,7 +29,7 @@ package("git") package:addenv("PATH", path.join("share", "MinGit", "cmd")) end) - on_install("macosx", "linux", function (package) + on_install("macosx", "linux", "bsd", function (package) import("package.manager.install_package")("git") end) |
