diff options
| -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") |
