summaryrefslogtreecommitdiff
path: root/xmake/modules/package/manager/brew/install_package.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-01-25 00:59:27 +0800
committerruki <[email protected]>2019-01-24 23:56:46 +0800
commite7627900b6acfeaefd69e65927178ee16ca0374e (patch)
tree824bc219d363ac4044972f2b504137d0b1280e61 /xmake/modules/package/manager/brew/install_package.lua
parentfc20a39a1a046630864ff21d8156dc1e1ca99fb3 (diff)
generate conanfile.txt
Diffstat (limited to 'xmake/modules/package/manager/brew/install_package.lua')
-rw-r--r--xmake/modules/package/manager/brew/install_package.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/modules/package/manager/brew/install_package.lua b/xmake/modules/package/manager/brew/install_package.lua
index 56b12e50f..2c41721d5 100644
--- a/xmake/modules/package/manager/brew/install_package.lua
+++ b/xmake/modules/package/manager/brew/install_package.lua
@@ -35,9 +35,6 @@ import("lib.detect.find_tool")
--
function main(name, opt)
- -- init options
- opt = opt or {}
-
-- find brew
local brew = find_tool("brew")
if not brew then