summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools
diff options
context:
space:
mode:
authorruki <[email protected]>2020-03-19 23:07:32 +0800
committerruki <[email protected]>2020-03-19 12:45:14 +0800
commit53cdba820bec3b9c4bf62e8d6d075a67e03e4201 (patch)
tree7a7cf63805d2293865ff3c3433f8f9d39bc6c63b /xmake/modules/core/tools
parent3ba00be9dd8e26cc649f4373a748f18da743b305 (diff)
fix rc errors again
Diffstat (limited to 'xmake/modules/core/tools')
-rw-r--r--xmake/modules/core/tools/rc.lua1
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)