Skip to content

Commit

Permalink
Fix issue JuliaInterop#450
Browse files Browse the repository at this point in the history
  • Loading branch information
emmt committed Oct 24, 2023
1 parent a13482d commit 875913b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shards/JLLEnvs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function get_system_shard_key(triple::String)
startswith(key, "$JLL_ENV_SYSTEM_SHARD_NAME-$triple.") &&
endswith(key, "$JLL_ENV_HOST_TRIPLE.unpacked")
end
return platform_keys[]
return first(platform_keys)
end

function get_environment_info(triple::String, version::VersionNumber=v"4.8.5")
Expand Down

0 comments on commit 875913b

Please sign in to comment.