Bump version to 24.04.3.4
[LibreOffice.git] / external / boost / boost-emscripten-nowasm.patch.0
blob39723351e380d17db84031be95c7eb0272697796
1 --- boost/config/detail/select_platform_config.hpp.orig 2021-11-13 18:32:09.446182220 +0100
2 +++ boost/config/detail/select_platform_config.hpp      2021-11-13 18:32:57.734041110 +0100
3 @@ -89,7 +89,7 @@
4  // Nuxi CloudABI:
5  #  define BOOST_PLATFORM_CONFIG "boost/config/platform/cloudabi.hpp"
6  
7 -#elif defined (__wasm__)
8 +#elif defined (__wasm__) && !defined (__EMSCRIPTEN__)
9  // Web assembly:
10  #  define BOOST_PLATFORM_CONFIG "boost/config/platform/wasm.hpp"