Skip to content

Commit

Permalink
fix: ARCH name for 32x86
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfworsoe committed Sep 7, 2016
1 parent 6d31d74 commit f47e8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mskvminor = "0"


mskplatform,distroext =
if Sys.ARCH == :x86
if Sys.ARCH == :i386 || Sys.ARCH == :i686
if is_linux() "linux32x86", ".tar.bz2"
elseif is_windows() "win32x86", ".zip"
else error("Platform not supported")
Expand Down

0 comments on commit f47e8c8

Please sign in to comment.