From 2f886d8133855895229d3ce958e17fbfa86d2bca Mon Sep 17 00:00:00 2001 From: SirLynix Date: Sat, 10 May 2025 07:40:01 +0200 Subject: Make rustc target_triple public from private.tools.rust.target_triple to core.tools.rustc.target_triple --- xmake/toolchains/rust/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/toolchains/rust/xmake.lua') 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 -- cgit v1.3.1