forked from premiere/premiere-libtorrent
disable WPATH on mac builds as it doesn't seem to work
This commit is contained in:
parent
3d34d30afb
commit
5f74c1e754
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue