Skip to content

Commit

Permalink
windows build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trikko committed Oct 12, 2023
1 parent 21f7789 commit 1d66716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ license "MIT"
postBuildCommands "echo '\n👇👇 Install Now! 👇👇\n\nsudo cp tshare /usr/local/bin\n'" platform="posix"
dflags "-link-defaultlib-shared=false" platform="ldc"
dflags "-static" platform="windows"
lflags "curl_a.lib" "crypt32.lib" "wldap32.lib" "curl.exp" platform="windows"
lflags "curl_a.lib" "crypt32.lib" "wldap32.lib" "normaliz.lib" "curl.exp" platform="windows"

0 comments on commit 1d66716

Please sign in to comment.