[ox/fs] Make macOS builds use Boost FileSystem

This commit is contained in:
2019-07-06 00:09:42 -05:00
parent 6493a5e10e
commit 845373e049
2 changed files with 13 additions and 0 deletions

View File

@ -15,6 +15,10 @@
#include "filesystem.hpp"
#ifdef OX_USE_BOOSTFS
using std::filesystem = boost::filesystem;
#endif
namespace ox {
/**