mirror of
https://github.com/boostorg/filesystem.git
synced 2026-01-19 04:12:09 +00:00
Fix logic error in comment
This commit is contained in:
committed by
Andrey Semashev
parent
4d88f86765
commit
c33862dd91
@@ -38,7 +38,7 @@
|
||||
#endif
|
||||
#include <cerrno>
|
||||
|
||||
// Use WASI when not building with emscripten or when BOOST_FILESYSTEM_DISABLE_EMSCRIPTEN_WASI is set
|
||||
// Use WASI when not building with emscripten or when BOOST_FILESYSTEM_DISABLE_EMSCRIPTEN_WASI is not set
|
||||
#if defined(__wasm) && (!defined(__EMSCRIPTEN__) || !defined(BOOST_FILESYSTEM_DISABLE_EMSCRIPTEN_WASI))
|
||||
#define BOOST_FILESYSTEM_STANDALONE_WASM
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user