9 lines
198 B
Makefile
9 lines
198 B
Makefile
do_tools_common = false
|
|
do_tools_host = false
|
|
do_tools_noble_hwe = true
|
|
do_lib_rust = true
|
|
gcc = gcc-13
|
|
rustc = rustc-1.82
|
|
rustfmt = /usr/lib/rust-1.82/bin/rustfmt
|
|
bindgen = bindgen-0.65
|