diff options
| author | ruki <[email protected]> | 2017-09-20 00:00:53 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-09-19 18:05:19 +0800 |
| commit | 61e826bbf495f139dbeff0bf912e50996fa8df07 (patch) | |
| tree | e117e547a530e110831b15c7c2237f551a4bc497 /xmake/packages/git/xmake.lua | |
| parent | 32423290638ffa3963d131abbb4280bd4f3baa53 (diff) | |
fix install binary tool bug
Diffstat (limited to 'xmake/packages/git/xmake.lua')
| -rw-r--r-- | xmake/packages/git/xmake.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/packages/git/xmake.lua b/xmake/packages/git/xmake.lua index f2112ee8c..529de378e 100644 --- a/xmake/packages/git/xmake.lua +++ b/xmake/packages/git/xmake.lua @@ -9,7 +9,6 @@ package("git") end) on_install(function (package) - print("install git") -- package_manager.install("git") end) |
