Browse Source

use boost::filesystem for Mac OS X

pull/2096/head
orignal 2 months ago
parent
commit
ac876a0cd5
  1. 2
      libi2pd/FS.h

2
libi2pd/FS.h

@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
#include <sstream>
#include <functional>
#if (!defined(_WIN32) && !TARGET_OS_SIMULATOR && \
#if (!defined(_WIN32) && !defined(MAC_OSX) && !TARGET_OS_SIMULATOR && \
(__cplusplus >= 201703L) && defined(__cpp_lib_filesystem)) // C++ 17 or higher supporting filesystem
# define STD_FILESYSTEM 1
#endif

Loading…
Cancel
Save