summaryrefslogtreecommitdiff
path: root/xmake/platforms/windows/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-12-24 23:23:10 +0800
committerruki <[email protected]>2020-12-24 23:23:10 +0800
commit621e3706b229c39cfe4c94bfa9417405cde883fb (patch)
treeb6fcac4ae1120ed64af8dcaff032cda6d73393bb /xmake/platforms/windows/xmake.lua
parent70865b36f34647bda2bdd218b428bcca0cecc9da (diff)
fix vs_runtime values
Diffstat (limited to 'xmake/platforms/windows/xmake.lua')
-rw-r--r--xmake/platforms/windows/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/windows/xmake.lua b/xmake/platforms/windows/xmake.lua
index 5a2169e29..589522730 100644
--- a/xmake/platforms/windows/xmake.lua
+++ b/xmake/platforms/windows/xmake.lua
@@ -52,7 +52,7 @@ platform("windows")
, {nil, "vs_sdkver", "kv", nil, "The Windows SDK Version of Visual Studio"
, " e.g. --vs_sdkver=10.0.15063.0" }
, {nil, "vs_runtime", "kv", nil, "The Runtime library of Visual Studio"
- , values = {"MT", "MD"} }
+ , values = {"MT", "MTd", "MD", "MDd"} }
, {category = "Cuda SDK Configuration" }
, {nil, "cuda", "kv", "auto", "The Cuda SDK Directory" }
, {category = "Qt SDK Configuration" }