https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290619
--- Comment #5 from KIRIYAMA Kazuhiko <[email protected]> --- (In reply to Robert Nagy from comment #4) There are 2 ways for setting RUSTC_VERSION, I think. 1) Set in build stage to run `rustc -V'. If gn has sh instruction, `rustc_version="$$(rustc -V 2>/dev/null)"' in GN_ARGS will make it possible. But gn is not so. Furthermore,`rustc_version' setting in gn argument `--args' is in single quoted. 2) Set RUSTC_VERSION static. Default RUSTC_VERSION could be set in `bsd.default-versions.mk' like `RUSTC_DEFAULT?=1.89.0'. -- You are receiving this mail because: You are the assignee for the bug.
