diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/classes-recipe/meson.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/meson.bbclass b/meta/classes-recipe/meson.bbclass index 582b41a91b..d08a83d555 100644 --- a/meta/classes-recipe/meson.bbclass +++ b/meta/classes-recipe/meson.bbclass | |||
| @@ -61,7 +61,7 @@ def rust_tool(d, target_var): | |||
| 61 | return "rust = %s" % repr(cmd) | 61 | return "rust = %s" % repr(cmd) |
| 62 | 62 | ||
| 63 | addtask write_config before do_configure | 63 | addtask write_config before do_configure |
| 64 | do_write_config[vardeps] += "CC CXX LD AR NM STRIP READELF CFLAGS CXXFLAGS LDFLAGS RUSTC RUSTFLAGS" | 64 | do_write_config[vardeps] += "CC CXX AR NM STRIP READELF OBJCOPY CFLAGS CXXFLAGS LDFLAGS RUSTC RUSTFLAGS EXEWRAPPER_ENABLED" |
| 65 | do_write_config() { | 65 | do_write_config() { |
| 66 | # This needs to be Py to split the args into single-element lists | 66 | # This needs to be Py to split the args into single-element lists |
| 67 | cat >${WORKDIR}/meson.cross <<EOF | 67 | cat >${WORKDIR}/meson.cross <<EOF |
