Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
trikko committed Oct 11, 2023
1 parent cabf4d1 commit 7a40d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ authors "Andrea Fontana"
copyright "Copyright © 2023, Andrea Fontana"
license "MIT"
postBuildCommands "echo '\n👇👇 Install Now! 👇👇\n\nsudo cp tshare /usr/local/bin\n'" platform="posix"
copyFiles "dist/*.dll" platform="windows"
dflags "-link-defaultlib-shared=false" platform="ldc"
copyFiles "dist/libcurl.dll" platform="windows"
dflags "-link-defaultlib-shared=false" platform="ldc"

0 comments on commit 7a40d16

Please sign in to comment.