diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-05-30 15:10:42 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-08-18 23:25:46 +0200 |
commit | 58e2f58c522e2ffdce99b20b1aab1c515c7e183d (patch) | |
tree | 28d03b45ace8e71c1062712e1825bbad03f87a22 | |
parent | 0d9f9ca892d236ee2c90fc64b41a39d5ed0c896b (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" |