From b3ce236b9fecef1d37c2433f45ea5b8b2d8929ea Mon Sep 17 00:00:00 2001 From: dec05eba <0xdec05eba@gmail.com> Date: Wed, 30 May 2018 15:03:17 +0200 Subject: Add mingw64 lib for opendht --- mingw/x64/static/release/libopendht.a | Bin 0 -> 45502126 bytes project.conf | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 mingw/x64/static/release/libopendht.a diff --git a/mingw/x64/static/release/libopendht.a b/mingw/x64/static/release/libopendht.a new file mode 100644 index 0000000..a555b2c Binary files /dev/null and b/mingw/x64/static/release/libopendht.a 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" -- cgit v1.2.3