Skip to content

Commit a267080

Browse files
committed
Merge pull request #9 from tkelman/patch-1
fix BinDeps not found error if LightXML installed first
2 parents dd22ca7 + 9bde3c5 commit a267080

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deps/build.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
@windows_only begin
12
using BinDeps
23

34
@BinDeps.setup
45

5-
@windows_only begin
66
libxml2 = library_dependency("libxml2-2")
77
using WinRPM
8-
provides(WinRPM.RPM, "libxml2", libxml2, os = :Windows)
9-
end
8+
provides(WinRPM.RPM, "libxml2-2", libxml2, os = :Windows)
109

1110
@BinDeps.install
11+
end

0 commit comments

Comments
 (0)