Skip to content

Commit

Permalink
Fix for JuliaWeb#47
Browse files Browse the repository at this point in the history
You might have to `rm` and `gc` before this takes effect. But it seems to work on my Win10-64/Julia-1.0
  • Loading branch information
krcools authored Aug 16, 2018
1 parent 4932f51 commit fc1c352
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 @@ -11,7 +11,7 @@ products = [
# Install BinaryBuilder dependencies
dependencies = [
"https://github.com/JuliaWeb/MbedTLSBuilder/releases/download/v0.11/build_MbedTLS.v1.0.0.jl",
"https://github.com/bicycle1885/ZlibBuilder/releases/download/v1.0.1/build_Zlib.v1.2.11.jl",
"https://github.com/bicycle1885/ZlibBuilder/releases/download/v1.0.2/build_Zlib.v1.2.11.jl",
]

for url in dependencies
Expand Down

0 comments on commit fc1c352

Please sign in to comment.