diff options
| author | ruki <[email protected]> | 2018-12-29 22:21:44 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-12-29 22:21:44 +0800 |
| commit | 5a516124fe04f2526cadebf0cc6c96057d9af553 (patch) | |
| tree | 50e5a10b7e08fa0d5dd5a7dff63074e3932fdbb0 | |
| parent | 6ba45b97db448ba35711c0c06970436de3cad009 (diff) | |
fix check global on windows
| -rw-r--r-- | xmake/platforms/windows/global.lua | 1 |
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") |
