disable WPATH on mac builds as it doesn't seem to work
This commit is contained in:
@@ -84,7 +84,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
// should wpath or path be used?
|
||||
#if defined UNICODE && !defined BOOST_FILESYSTEM_NARROW_ONLY \
|
||||
&& BOOST_VERSION >= 103400
|
||||
&& BOOST_VERSION >= 103400 && !defined __APPLE__
|
||||
#define TORRENT_USE_WPATH 1
|
||||
#else
|
||||
#define TORRENT_USE_WPATH 0
|
||||
|
Reference in New Issue
Block a user