We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec4a7e commit fca1372Copy full SHA for fca1372
src/Runner.jl
@@ -1060,9 +1060,10 @@ function generate_compiler_wrappers!(platform::AbstractPlatform; bin_path::Abstr
1060
if :go in compilers
1061
append!(default_tools, ("go", "gofmt"))
1062
end
1063
- # Create symlinks for default compiler invocations, invoke target toolchain
+ # Create symlinks for default compiler invocations
1064
for tool in default_tools
1065
symlink("$(target)-$(tool)", joinpath(bin_path, triplet(platform), tool))
1066
+ symlink("$(host_target)-$(tool)", joinpath(bin_path, triplet(host_platform), tool))
1067
1068
1069
# Generate other fake system-specific tools.
0 commit comments