aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-05-30 15:03:17 +0200
committerdec05eba <dec05eba@protonmail.com>2020-08-18 23:25:46 +0200
commit0d9f9ca892d236ee2c90fc64b41a39d5ed0c896b (patch)
tree12bbafc783ed80d6ce392991554c6db4c89e2b2a
parenta0ad4a551ac98f3eca055b4f9ad57b2de85d8b11 (diff)
Add mingw64 lib for opendht
-rw-r--r--mingw/x64/static/release/libopendht.abin0 -> 45502126 bytes
-rw-r--r--project.conf3
2 files changed, 3 insertions, 0 deletions
diff --git a/mingw/x64/static/release/libopendht.a b/mingw/x64/static/release/libopendht.a
new file mode 100644
index 0000000..a555b2c
--- /dev/null
+++ b/mingw/x64/static/release/libopendht.a
Binary files differ
diff --git a/project.conf b/project.conf
index 3e540ad..dd7dbfb 100644
--- a/project.conf
+++ b/project.conf
@@ -11,6 +11,9 @@ expose_include_dirs = ["include"]
#[define]
#ODHTDB_SQL_DEBUG = "1"
+[config.win64.static.release]
+lib = "mingw/x64/static/release"
+
[dependencies]
opendht = "1.7.0"
libsodium = "1.0.16"