Skip to content

Commit 33a5737

Browse files
committed
Fixing build for win32 bit
1 parent 2a3da1e commit 33a5737

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
@@ -1,6 +1,6 @@
11
using BinDeps
22

3-
@static if Base.VERSION < v"1.3-" || (Sys.iswindows() && Sys.WORD_SIZE == 32)
3+
@static if Base.VERSION < v"1.3-"
44
@BinDeps.setup()
55

66
using Libdl

0 commit comments

Comments
 (0)