summaryrefslogtreecommitdiffstats
path: root/src/network/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/configure.json')
-rw-r--r--src/network/configure.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/network/configure.json b/src/network/configure.json
index 97bf92167d..124fa1718f 100644
--- a/src/network/configure.json
+++ b/src/network/configure.json
@@ -60,7 +60,14 @@
},
"condition": "config.win32 && !features.shared"
},
- { "libs": "-lssleay32 -llibeay32", "condition": "config.win32 && features.shared" },
+ {
+ "libs": "-lssleay32 -llibeay32",
+ "builds": {
+ "debug": "",
+ "release": ""
+ },
+ "condition": "config.win32 && features.shared"
+ },
{ "libs": "-lssl -lcrypto", "condition": "!config.win32" }
]
}