On some platform, fmt is using the following link flag: ```cmake target_link_libraries(fmt -Wl,--as-needed) ``` This is not supported by wasm-ld as of today. This patch stop using it when compiling using emscripten. Bug: https://github.com/fmtlib/fmt/issues/1736
12 KiB
12 KiB