Skip to content

Commit

Permalink
environment variable didn't have 0 after installation (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkapelevich authored and odow committed Jan 10, 2018
1 parent f87845a commit 96f94a2
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 @@ -31,7 +31,7 @@ for v in reverse(cpxvers)
end
end

wincpxvers = ["126","1261","1262","1263","127","1270","1271","1280"]
wincpxvers = ["126","1261","1262","1263","127","1270","1271","128","1280"]
if is_windows()
for v in reverse(wincpxvers)
env = base_env * v
Expand Down

0 comments on commit 96f94a2

Please sign in to comment.