We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ed4b5 commit 049e009Copy full SHA for 049e009
thirdparty/openssl/dub.sdl
@@ -3,7 +3,10 @@ description "A minimal D application."
3
authors "SHOO"
4
copyright "Copyright © 2021, SHOO"
5
license "public domain"
6
-# WindowsでOpenSSLを使うにはコンパイル済みのバイナリ(DLL+lib)が必要
7
-# 自前で用意するのは手間なので、vibe.dで用意されているものを使用する
8
-dependency "vibe-d" version="~>0.9.4"
9
-dependency "openssl" version="~>1.1.6+1.0.1g"
+# WindowsでOpenSSLを使うにはコンパイル済みのバイナリ(DLL+lib)が必要。
+# 自前で用意するのは手間なので、openssl-staticで用意されているものを使用する。
+# openssl-staticは内部でDeimosのopensslに依存しているので、
+# 改めてDeimosのopensslをdubのプロジェクト設定に追加する必要はない。
10
+dependency "openssl-static" version="~>1.0.2+3.0.8"
11
+libs "Advapi32" platform="windows"
12
+libs "User32" platform="windows"
0 commit comments