From ae25e418f786b926b291c9bd40de5d0d871e48b5 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 25 Feb 2022 00:38:29 +0800 Subject: xrepo install --- xmake/modules/private/xrepo/action/install.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/modules/private/xrepo/action/install.lua b/xmake/modules/private/xrepo/action/install.lua index 5c15a7294..fbe6965ed 100644 --- a/xmake/modules/private/xrepo/action/install.lua +++ b/xmake/modules/private/xrepo/action/install.lua @@ -254,11 +254,11 @@ function _install_packages(packages) end if not packagefile then -- avoid to override extra configs in add_requires/xmake.lua - table.join2(require_argv, packages) if extra then local extra_str = string.serialize(extra, {indent = false, strip = true}) table.insert(require_argv, "--extra=" .. extra_str) end + table.join2(require_argv, packages) end os.vexecv("xmake", require_argv, {envs = envs}) end -- cgit v1.3.1