summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2018-12-29 22:21:44 +0800
committerruki <[email protected]>2018-12-29 22:21:44 +0800
commit5a516124fe04f2526cadebf0cc6c96057d9af553 (patch)
tree50e5a10b7e08fa0d5dd5a7dff63074e3932fdbb0
parent6ba45b97db448ba35711c0c06970436de3cad009 (diff)
fix check global on windows
-rw-r--r--xmake/platforms/windows/global.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/platforms/windows/global.lua b/xmake/platforms/windows/global.lua
index 6909f39ce..69d22d971 100644
--- a/xmake/platforms/windows/global.lua
+++ b/xmake/platforms/windows/global.lua
@@ -24,6 +24,7 @@
-- imports
import("core.base.global")
+import("private.platform.check_arch")
import("private.platform.check_cuda")
import("private.platform.check_vstudio")