Skip to content

Commit 06cbd65

Browse files
committed
More riscv64 support
1 parent beb0845 commit 06cbd65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rootfs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ function choose_shards(p::AbstractPlatform;
604604

605605
for cs in all_compiler_shards()
606606
if cs.name == name && cs.version == version &&
607-
(target === nothing || platforms_match(cs.target, target)) &&
607+
(target === nothing || (@show platforms_match((@show cs.target), (@show target)))) &&
608608
cs.archive_type == archive_type
609609
return cs
610610
end

0 commit comments

Comments
 (0)