diff options
| author | ruki <[email protected]> | 2020-03-19 23:07:32 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-03-19 12:45:14 +0800 |
| commit | 53cdba820bec3b9c4bf62e8d6d075a67e03e4201 (patch) | |
| tree | 7a7cf63805d2293865ff3c3433f8f9d39bc6c63b /xmake/modules | |
| parent | 3ba00be9dd8e26cc649f4373a748f18da743b305 (diff) | |
fix rc errors again
Diffstat (limited to 'xmake/modules')
| -rw-r--r-- | xmake/modules/core/tools/rc.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/core/tools/rc.lua b/xmake/modules/core/tools/rc.lua index fff83b765..e58aef2f6 100644 --- a/xmake/modules/core/tools/rc.lua +++ b/xmake/modules/core/tools/rc.lua @@ -21,6 +21,7 @@ -- imports import("core.base.option") import("core.project.project") +import("private.tools.vstool") -- init it function init(self) |
