summaryrefslogtreecommitdiff
path: root/xmake/scripts/platform/windows/windows.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/scripts/platform/windows/windows.lua')
-rw-r--r--xmake/scripts/platform/windows/windows.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/scripts/platform/windows/windows.lua b/xmake/scripts/platform/windows/windows.lua
index 4c9d11e8f..2203b57e4 100644
--- a/xmake/scripts/platform/windows/windows.lua
+++ b/xmake/scripts/platform/windows/windows.lua
@@ -30,6 +30,9 @@ local config = require("base/config")
-- init host
windows._HOST = "windows"
+-- init os
+windows._OS = "windows"
+
-- init architectures
windows._ARCHS = {"i386", "x86_64"}