From bf9186ebadd4c83c202d09d03f3da39106de80be Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 2 Apr 2024 23:19:57 +0800 Subject: install git for bsd --- xmake/repository/packages/g/git/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.3.1