https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290619

Robert Nagy <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
             Status|New                         |Open

--- Comment #1 from Robert Nagy <[email protected]> ---
rustc_version="" is what is causing it, that should be set to the output of
rustc -V



----------------
# rust
RUSTC_VERSION!= rustc -V 2>/dev/null || true
MAKE_ENV+=      RUSTC_BOOTSTRAP=1
GN_ARGS+=       enable_rust=true \
                rust_sysroot_absolute="${LOCALBASE}" \
                rustc_version="${RUSTC_VERSION}"
----------------

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to