diff options
| author | ruki <[email protected]> | 2024-12-03 10:15:52 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-12-03 10:15:52 +0800 |
| commit | fcabe5855eed5daa8e134e91da17c6acf40f5db0 (patch) | |
| tree | a0652f175c45d35af2a77297ffa28cda0fa2bf54 /xmake/rules/platform/linux/driver/driver_modules.lua | |
| parent | 46ec7f87125cd7824c9ad7b1256693b575f0c576 (diff) | |
| parent | d9bc6250c4cab08285cbeab73293886527098f14 (diff) | |
Merge pull request #5919 from star-hengxing/ccache
Use ccache when debug cmake package
Diffstat (limited to 'xmake/rules/platform/linux/driver/driver_modules.lua')
| -rw-r--r-- | xmake/rules/platform/linux/driver/driver_modules.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/rules/platform/linux/driver/driver_modules.lua b/xmake/rules/platform/linux/driver/driver_modules.lua index a89a28938..8218a972c 100644 --- a/xmake/rules/platform/linux/driver/driver_modules.lua +++ b/xmake/rules/platform/linux/driver/driver_modules.lua @@ -24,7 +24,6 @@ import("core.project.depend") import("core.cache.memcache") import("lib.detect.find_tool") import("utils.progress") -import("private.tools.ccache") -- get linux-headers sdk function _get_linux_headers_sdk(target) |
