Fix linker error for LDC/Windows.
This commit is contained in:
parent
28cfef2e2c
commit
bada4d701f
1 changed files with 1 additions and 1 deletions
2
dub.sdl
2
dub.sdl
|
@ -6,7 +6,7 @@ copyright "Copyright © 2012-2016 rejectedsoftware e.K."
|
|||
targetType "library"
|
||||
|
||||
libs "anl" platform="linux"
|
||||
libs "ws2_32" "user32" platform="windows"
|
||||
libs "ws2_32" "user32" platform="windows-dmd"
|
||||
|
||||
dependency "taggedalgebraic" version="~>0.10.4"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue