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/toolchains/rust/xmake.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/toolchains/rust/xmake.lua')
| -rw-r--r-- | xmake/toolchains/rust/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/toolchains/rust/xmake.lua b/xmake/toolchains/rust/xmake.lua index a17dc3517..95c0f189a 100644 --- a/xmake/toolchains/rust/xmake.lua +++ b/xmake/toolchains/rust/xmake.lua @@ -28,7 +28,7 @@ toolchain("rust") set_toolset("rcar", "$(env RC)", "rustc") on_load(function (toolchain) - import("private.tools.rust.target_triple") + import("core.tools.rustc.target_triple") local opt = {} if toolchain:config("appledev") == "simulator" then |
