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 beb0845 commit 06cbd65Copy full SHA for 06cbd65
src/Rootfs.jl
@@ -604,7 +604,7 @@ function choose_shards(p::AbstractPlatform;
604
605
for cs in all_compiler_shards()
606
if cs.name == name && cs.version == version &&
607
- (target === nothing || platforms_match(cs.target, target)) &&
+ (target === nothing || (@show platforms_match((@show cs.target), (@show target)))) &&
608
cs.archive_type == archive_type
609
return cs
610
end
0 commit comments