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