diff options
author | dec05eba <0xdec05eba@gmail.com> | 2018-05-30 15:10:42 +0200 |
---|---|---|
committer | dec05eba <0xdec05eba@gmail.com> | 2018-05-30 15:10:46 +0200 |
commit | 9921c31990255d16a87e7b8155167e3733436904 (patch) | |
tree | 85da52142cc6083f150fe8281ae82957fe016656 | |
parent | b3ce236b9fecef1d37c2433f45ea5b8b2d8929ea (diff) |
TODO: Move opendht static library to another repo
-rw-r--r-- | mingw/x64/static/release/libopendht.a | bin | 45502126 -> 0 bytes | |||
-rw-r--r-- | project.conf | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mingw/x64/static/release/libopendht.a b/mingw/x64/static/release/libopendht.a Binary files differdeleted file mode 100644 index a555b2c..0000000 --- a/mingw/x64/static/release/libopendht.a +++ /dev/null diff --git a/project.conf b/project.conf index dd7dbfb..1625822 100644 --- a/project.conf +++ b/project.conf @@ -11,8 +11,8 @@ expose_include_dirs = ["include"] #[define] #ODHTDB_SQL_DEBUG = "1" -[config.win64.static.release] -lib = "mingw/x64/static/release" +#[config.win64.static.release] +#lib = "mingw/x64/static/release" [dependencies] opendht = "1.7.0" |