From adcbe12dda8d281f805880c9baec3fd0960512f8 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 8 Aug 2017 16:14:52 +0800 Subject: fix vs option bug --- xmake/platforms/windows/check.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/platforms/windows/check.lua b/xmake/platforms/windows/check.lua index b1f2881e6..7385309d6 100644 --- a/xmake/platforms/windows/check.lua +++ b/xmake/platforms/windows/check.lua @@ -97,7 +97,7 @@ function _check_vs(config) if vs then -- save it - config.set("vs", vs) + config.set("vs", vs, {force = true}) -- trace print("checking for the Microsoft Visual Studio (%s) version ... %s", config.get("arch"), vs) -- cgit v1.3.1