diff options
| author | ruki <[email protected]> | 2024-04-02 23:19:57 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-04-02 23:19:57 +0800 |
| commit | bf9186ebadd4c83c202d09d03f3da39106de80be (patch) | |
| tree | 14dd8e8839db9ca1be55973680ac00b24358f3e0 | |
| parent | db26e2a6ddeac9331bc093a1562c04c0b6e0b339 (diff) | |
install git for bsd
| -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) |
