From 2cfd0fe1d5184a247fbeec988583a4922a324cbc Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 28 Aug 2022 22:04:02 +0800 Subject: fix format --- xmake/modules/detect/sdks/find_vstudio.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/modules/detect/sdks/find_vstudio.lua b/xmake/modules/detect/sdks/find_vstudio.lua index 890dd7cc1..9bc4cdc51 100644 --- a/xmake/modules/detect/sdks/find_vstudio.lua +++ b/xmake/modules/detect/sdks/find_vstudio.lua @@ -116,7 +116,7 @@ function _load_vcvarsall(vcvarsall, vsver, arch, opt) file:print("set VSCMD_SKIP_SENDTELEMETRY=yes") end if opt.vcvars_ver then - file:print("call \"%s\" %s %s -vcvars_ver=%s > nul", vcvarsall, arch, opt.sdkver and opt.sdkver or "", opt.vcvars_ver) + file:print("call \"%s\" %s %s -vcvars_ver=%s > nul", vcvarsall, arch, opt.sdkver and opt.sdkver or "", opt.vcvars_ver) else file:print("call \"%s\" %s %s > nul", vcvarsall, arch, opt.sdkver and opt.sdkver or "") end -- cgit v1.3.1