Skip to content

Commit 3218c83

Browse files
authored
Revert "Add aliases on Windows" (#333)
1 parent efc4a3a commit 3218c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/build.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ end
1111

1212
if is_windows()
1313
using WinRPM
14-
hdf5 = library_dependency("libhdf5", aliases = ["hdf5_w64", "hdf5"])
14+
hdf5 = library_dependency("libhdf5")
1515
provides(WinRPM.RPM, "hdf5", hdf5, os = :Windows )
1616
end
1717

0 commit comments

Comments
 (0)