diff options
author | dec05eba <0xdec05eba@gmail.com> | 2018-05-30 15:03:17 +0200 |
---|---|---|
committer | dec05eba <0xdec05eba@gmail.com> | 2018-05-30 15:03:24 +0200 |
commit | b3ce236b9fecef1d37c2433f45ea5b8b2d8929ea (patch) | |
tree | 9d768deaa4f0d5f8ec8ede8a16ce86ad80584e07 | |
parent | 9ef02410fda13bffd6ff2fc7172d19d1f7c25a94 (diff) |
Add mingw64 lib for opendht
-rw-r--r-- | mingw/x64/static/release/libopendht.a | bin | 0 -> 45502126 bytes | |||
-rw-r--r-- | project.conf | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/mingw/x64/static/release/libopendht.a b/mingw/x64/static/release/libopendht.a Binary files differnew file mode 100644 index 0000000..a555b2c --- /dev/null +++ b/mingw/x64/static/release/libopendht.a 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" |