build-style/meson.sh: add path to 'rustc'
This commit is contained in:
parent
cece74b8db
commit
a59075f1d1
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ ld = '${LD}'
|
|||
strip = '${STRIP}'
|
||||
readelf = '${READELF}'
|
||||
pkgconfig = 'pkg-config'
|
||||
rustc = 'rustc'
|
||||
|
||||
[properties]
|
||||
needs_exe_wrapper = true
|
||||
|
|
Loading…
Reference in a new issue