build fixes
This commit is contained in:
parent
0961a3d1ba
commit
5418d92eaf
|
@ -16,7 +16,7 @@ build_features:
|
||||||
- ipv6=off
|
- ipv6=off
|
||||||
- deprecated-functions=off
|
- deprecated-functions=off
|
||||||
- exception-handling=off
|
- exception-handling=off
|
||||||
- logging=verbose
|
- logging=on
|
||||||
- asserts=off
|
- asserts=off
|
||||||
- asserts=production debug
|
- asserts=production debug
|
||||||
- asserts=on release
|
- asserts=on release
|
||||||
|
|
|
@ -155,9 +155,6 @@ void bind_create_torrent()
|
||||||
.value("merkle", create_torrent::merkle)
|
.value("merkle", create_torrent::merkle)
|
||||||
.value("modification_time", create_torrent::modification_time)
|
.value("modification_time", create_torrent::modification_time)
|
||||||
.value("symlinks", create_torrent::symlinks)
|
.value("symlinks", create_torrent::symlinks)
|
||||||
#if !defined TORRENT_NO_DEPRECATE
|
|
||||||
.value("calculate_file_hashes", create_torrent::calculate_file_hashes)
|
|
||||||
#endif
|
|
||||||
;
|
;
|
||||||
|
|
||||||
def("add_files", add_files0, (arg("fs"), arg("path"), arg("flags") = 0));
|
def("add_files", add_files0, (arg("fs"), arg("path"), arg("flags") = 0));
|
||||||
|
|
Loading…
Reference in New Issue