Skip to content

Commit 74ff06c

Browse files
committed
fix BinDeps not found error if LightXML installed first
1 parent dd22ca7 commit 74ff06c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/build.jl

Lines changed: 2 additions & 2 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
88
provides(WinRPM.RPM, "libxml2", libxml2, os = :Windows)
9-
end
109

1110
@BinDeps.install
11+
end

0 commit comments

Comments
 (0)