Skip to content

rusticl: use native build for proc-macro library

Dmitry Baryshkov requested to merge lumag/mesa:proc-macro into main

rusticl: use native build for proc-macro library

The proc-macro libraries are used on the build machine rather than on the target system, so enforce perfoming native build of the rusticl_proc_macro crate.

Signed-off-by: Dmitry Baryshkov dmitry.baryshkov@linaro.org

Merge request reports