mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-27 05:40:00 +03:00
configs
This commit is contained in:
parent
a402c6eaa2
commit
faac34aebb
1 changed files with 11 additions and 3 deletions
14
dub.json
14
dub.json
|
@ -171,12 +171,20 @@
|
|||
{
|
||||
"name": "http",
|
||||
"description": "HTTP client library. Depends on OpenSSL right now on all platforms. On 32 bit Windows, you may need to get OMF openssl lib and dlls (ask me if you can't find it)",
|
||||
"libs": ["crypto", "ssl"],
|
||||
"versions": ["with_openssl"],
|
||||
"targetType": "library",
|
||||
"sourceFiles": ["http2.d"],
|
||||
"importPaths": ["."],
|
||||
"dflags": ["-mv=arsd.http2=http2.d"]
|
||||
"dflags": ["-mv=arsd.http2=http2.d"],
|
||||
"configurations": [
|
||||
{
|
||||
"name": "with_openssl",
|
||||
"versions": ["with_openssl"],
|
||||
"libs": ["crypto", "ssl"]
|
||||
},
|
||||
{
|
||||
"name": "without_openssl",
|
||||
"versions": ["without_openssl"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "jsvar",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue