Fix logic error in comment

This commit is contained in:
Guus Waals
2022-04-27 15:38:40 +02:00
committed by Andrey Semashev
parent 4d88f86765
commit c33862dd91

View File

@@ -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