summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/nvcc.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-03-01 17:23:46 +0800
committerruki <[email protected]>2020-03-01 17:23:46 +0800
commita9bba11b49235dac9982cc2f632b65339cd17130 (patch)
tree8cfda00774b823519e750f03c1556265083a7641 /xmake/modules/core/tools/nvcc.lua
parent99461db2fae34632c83417667c8955c3361e7751 (diff)
improve to save depfiles for cl
Diffstat (limited to 'xmake/modules/core/tools/nvcc.lua')
-rw-r--r--xmake/modules/core/tools/nvcc.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/nvcc.lua b/xmake/modules/core/tools/nvcc.lua
index 304075b0b..be951c2a9 100644
--- a/xmake/modules/core/tools/nvcc.lua
+++ b/xmake/modules/core/tools/nvcc.lua
@@ -25,7 +25,6 @@ import("core.project.project")
import("core.platform.platform")
import("core.language.language")
import("private.tools.ccache")
-import("private.tools.nvcc.parse_deps")
-- init it
function init(self)