The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
275 B
6 lines
275 B
5 years ago
|
## Property support emscripten's wasm-ld
|
||
|
|
||
|
Before 0.54.0 we treated emscripten as both compiler and linker, which isn't
|
||
|
really true. It does have a linker, called wasm-ld (meson's name is ld.wasm).
|
||
|
This is a special version of clang's lld. This will now be detected properly.
|