[ox/fs] Make macOS builds use Boost FileSystem
This commit is contained in:
@ -15,6 +15,10 @@
|
||||
|
||||
#include "filesystem.hpp"
|
||||
|
||||
#ifdef OX_USE_BOOSTFS
|
||||
using std::filesystem = boost::filesystem;
|
||||
#endif
|
||||
|
||||
namespace ox {
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user