build fixes

This commit is contained in:
Arvid Norberg 2015-01-02 19:51:01 +00:00
parent 0961a3d1ba
commit 5418d92eaf
2 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -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));