diff options
Diffstat (limited to 'xmake/scripts/platform/windows/windows.lua')
| -rw-r--r-- | xmake/scripts/platform/windows/windows.lua | 3 |
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"} |
