Skip to content

Commit 2e7bef5

Browse files
committed
Updated toolchain submodule with Emscripten fixes, changelog++.
1 parent abaf953 commit 2e7bef5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

doc/corrade-changelog.dox

+3
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,9 @@ namespace Corrade {
337337
- Updated Emscripten toolchains to not pass `-s WASM` to the compiler, as
338338
only the linker needs it and recent versions complain loudly (see
339339
[mosra/toolchains#16](https://github.com/mosra/toolchains/pull/16))
340+
- Updated Emscripten toolchains to set `CMAKE_<LANG>_COMPILER` to the cache
341+
so MSVC IntelliSense can work with it (see
342+
[mosra/toolchains#17](https://github.com/mosra/toolchains/pull/17))
340343
- @ref Corrade/Utility/Memory.h now has @cpp #include <malloc.h> @ce on
341344
Windows as well instead of declaring aligned memory allocation functions on
342345
its own, as it's not worth the seriously-looking compiler warnings (see

0 commit comments

Comments
 (0)