Skip to content

Commit 682afac

Browse files
authored
Update discovery.jl with minimal approach
Changes only rel_libdir for windows to "dir", otherwise leaves it as "" and leaves lib_prefix untouched to preserve linux functionality.
1 parent c2efc88 commit 682afac

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)