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.
2 parents c2efc88 + 682afac commit fd92a82Copy full SHA for fd92a82
src/discovery/discovery.jl
@@ -44,7 +44,7 @@ function _hip_runtime_version()
44
VersionNumber(major, minor, patch)
45
end
46
47
-global rel_libdir::String = ""
+global rel_libdir::String = Sys.islinux() ? "" : "bin"
48
global libhsaruntime::String = ""
49
global lld_path::String = ""
50
global lld_artifact::Bool = false
0 commit comments