Skip to content

Commit 7adbf57

Browse files
committed
fix BinDeps not defined error
1 parent 2fbdf79 commit 7adbf57

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

deps/build.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
@windows_only begin
21
using BinDeps
32

43
@BinDeps.setup
54

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

1011
@BinDeps.install
11-
end

0 commit comments

Comments
 (0)