diff options
| author | star9029 <[email protected]> | 2025-04-02 13:30:15 +0800 |
|---|---|---|
| committer | star9029 <[email protected]> | 2025-04-02 13:30:15 +0800 |
| commit | 630b7ef31325690e5a11ce4f5bf353c2ca41bd6e (patch) | |
| tree | c4ebe14cf1a837018d94fae5eaf0b1a13657a48c /xmake/rules/platform/xmake.lua | |
| parent | c9a4d00fa7a9ccf913463df5835d5c7c37b3aa41 (diff) | |
Add msvc midl support
Diffstat (limited to 'xmake/rules/platform/xmake.lua')
| -rw-r--r-- | xmake/rules/platform/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/rules/platform/xmake.lua b/xmake/rules/platform/xmake.lua index f0806cffd..0cf18af90 100644 --- a/xmake/rules/platform/xmake.lua +++ b/xmake/rules/platform/xmake.lua @@ -24,6 +24,7 @@ rule("platform.wasm") rule("platform.windows") add_deps("platform.windows.def") + add_deps("platform.windows.idl") if is_host("windows") then add_deps("platform.windows.manifest") end |
