summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/rules/wdk/mof/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/wdk/mof/xmake.lua b/xmake/rules/wdk/mof/xmake.lua
index fbd783a61..5e2f25141 100644
--- a/xmake/rules/wdk/mof/xmake.lua
+++ b/xmake/rules/wdk/mof/xmake.lua
@@ -52,7 +52,7 @@ rule("wdk.mof")
-- get wmimofck
local wmimofck = nil
if arch == "x64" then
- wmimofck = path.join(wdk.bindir, wdk.sdkver, "x86", "x64", "wmimofck.exe")
+ wmimofck = path.join(wdk.bindir, wdk.sdkver, "x64", "wmimofck.exe")
else
wmimofck = path.join(wdk.bindir, wdk.sdkver, "x86", "wmimofck.exe")
end