fix: add missing libstd-rs in toolchain

This commit is contained in:
2026-02-27 15:18:09 +01:00
parent 1771b64cdf
commit 96043bcbb7

View File

@@ -42,4 +42,4 @@ IMAGE_INSTALL:remove = " gtk+ gtk+3 adwaita-icon-theme "
# add tools to toolchains
TOOLCHAIN_HOST_TASK:append = " nativesdk-glib-2.0 nativesdk-glib-2.0-codegen nativesdk-glib-2.0-utils packagegroup-rust-cross-canadian-${MACHINE} "
TOOLCHAIN_TARGET_TASK:append = " gobject-introspection "
TOOLCHAIN_TARGET_TASK:append = " gobject-introspection libstd-rs "