mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fix: linker error missing uv__strtok This symbol is referenced inside what seems to be dead code in `uv__search_path` in third_party/electron_node/deps/uv/src/unix/core.c When compiling in LTO mode, the reference is removed, but not during a non-LTO build. Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Bruno Pitrus <brunopitrus@hotmail.com>