Skip to content

Commit

Permalink
std.net.curl doesn't build with -dip1000
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach committed Mar 4, 2019
1 parent 3f88102 commit 6df440c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dip1000.mak
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ aa[std.internal.test.range]=-dip1000
aa[std.internal.test.uda]=-dip1000
aa[std.internal.windows.advapi32]=-dip1000

aa[std.net.curl]=-dip1000 # TODO have a look into open https://github.com/dlang/phobos/pull/5052: std.net.curl: fix for -dip1000
aa[std.net.curl]=-dip25 # TODO have a look into open https://github.com/dlang/phobos/pull/5052: std.net.curl: fix for -dip1000
aa[std.net.isemail]=-dip1000

aa[std.range.interfaces]=-dip1000
Expand Down

0 comments on commit 6df440c

Please sign in to comment.