From 55ceaffc18102b40bee2916335303e6861e5cfcb Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 17 Dec 2020 00:33:09 +0800 Subject: improve to load platform for vs plugin --- tests/plugins/project/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/plugins/project/test.lua') diff --git a/tests/plugins/project/test.lua b/tests/plugins/project/test.lua index 30fbe323b..1aac20088 100644 --- a/tests/plugins/project/test.lua +++ b/tests/plugins/project/test.lua @@ -21,7 +21,7 @@ function test_vsxmake(t) -- set config local arch = os.getenv("platform") or "x86" config.set("arch", arch, {readonly = true, force = true}) - platform.load(config.plat()):check() + platform.load(config.plat(), arch):check() -- create sln & vcxproj local vs = config.get("vs") -- cgit v1.3.1