summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/nvcc.lua
diff options
context:
space:
mode:
authorOpportunityLiu <[email protected]>2019-06-02 22:07:11 +0800
committerOpportunityLiu <[email protected]>2019-06-02 22:07:11 +0800
commit4469331515012fe65fd30067af0eb8225fd6406e (patch)
tree823a0dcc4efc07cc62f4967d2f5c88d5cba66556 /xmake/modules/core/tools/nvcc.lua
parent27c5f41e7abd848381b286330b85155d8a2e9175 (diff)
move file
Diffstat (limited to 'xmake/modules/core/tools/nvcc.lua')
-rw-r--r--xmake/modules/core/tools/nvcc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/nvcc.lua b/xmake/modules/core/tools/nvcc.lua
index 02996cc34..cc9a14f42 100644
--- a/xmake/modules/core/tools/nvcc.lua
+++ b/xmake/modules/core/tools/nvcc.lua
@@ -24,7 +24,7 @@ import("core.project.config")
import("core.project.project")
import("core.language.language")
import("detect.tools.find_ccache")
-import("private.tools.parse_deps")
+import("private.tools.gcc.parse_deps")
-- init it
function init(self)