diff options
| author | SirLynix <[email protected]> | 2025-05-10 07:40:01 +0200 |
|---|---|---|
| committer | SirLynix <[email protected]> | 2025-05-10 07:40:01 +0200 |
| commit | 2f886d8133855895229d3ce958e17fbfa86d2bca (patch) | |
| tree | 201ba938c2a17c54f0f6d7c1a6613e768ad97931 /xmake/modules/package/manager/cargo/install_package.lua | |
| parent | 5e3c763b1ace6ab5e03dfa997cf681857de9993a (diff) | |
Make rustc target_triple public
from private.tools.rust.target_triple to core.tools.rustc.target_triple
Diffstat (limited to 'xmake/modules/package/manager/cargo/install_package.lua')
| -rw-r--r-- | xmake/modules/package/manager/cargo/install_package.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/package/manager/cargo/install_package.lua b/xmake/modules/package/manager/cargo/install_package.lua index 9f5d069cb..a5fe7f423 100644 --- a/xmake/modules/package/manager/cargo/install_package.lua +++ b/xmake/modules/package/manager/cargo/install_package.lua @@ -21,9 +21,9 @@ -- imports import("core.base.option") import("core.project.config") +import("core.tools.rustc.target_triple") import("lib.detect.find_tool") import("private.tools.rust.check_target") -import("private.tools.rust.target_triple") -- translate local path in dependencies -- @see https://github.com/xmake-io/xmake/issues/4222 |
