diff options
| author | OpportunityLiu <[email protected]> | 2019-06-03 15:24:52 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-06-03 15:24:52 +0800 |
| commit | 9c7bcd8a7f9578101e71f25479daf9b5879d5b0b (patch) | |
| tree | 3ace0e826a529d1a6c02428fb7d5f26a878b2416 /xmake/modules/core/tools/nvcc.lua | |
| parent | 448ec7e23eb0beaf4bd1d395656ae55b1f06c5f8 (diff) | |
code style
Diffstat (limited to 'xmake/modules/core/tools/nvcc.lua')
| -rw-r--r-- | xmake/modules/core/tools/nvcc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/nvcc.lua b/xmake/modules/core/tools/nvcc.lua index cc9a14f42..066e86cc9 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.gcc.parse_deps") +import("private.tools.nvcc.parse_deps") -- init it function init(self) |
