summaryrefslogtreecommitdiff
path: root/xmake/toolchains/rust
diff options
context:
space:
mode:
authorruki <[email protected]>2025-05-10 15:55:38 +0800
committerGitHub <[email protected]>2025-05-10 15:55:38 +0800
commit5e8108b5b9eb58e4e2e38c3015ea46fc1d4c2c72 (patch)
treeb764f7dc312890d96341c54b323eb73822f830d5 /xmake/toolchains/rust
parent5e3c763b1ace6ab5e03dfa997cf681857de9993a (diff)
parente0b4e4e69b752593f90e03ee1e857092143c712b (diff)
Merge pull request #6416 from SirLynix/rust-targetriple
Make rustc target_triple public
Diffstat (limited to 'xmake/toolchains/rust')
-rw-r--r--xmake/toolchains/rust/xmake.lua2
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