Skip to content

Commit fd92a82

Browse files
authored
Merge pull request #839
Update discovery.jl with minimal approach to fix Windows discovery process
2 parents c2efc88 + 682afac commit fd92a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/discovery/discovery.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function _hip_runtime_version()
4444
VersionNumber(major, minor, patch)
4545
end
4646

47-
global rel_libdir::String = ""
47+
global rel_libdir::String = Sys.islinux() ? "" : "bin"
4848
global libhsaruntime::String = ""
4949
global lld_path::String = ""
5050
global lld_artifact::Bool = false

0 commit comments

Comments
 (0)