diff --git a/recipes/rust/recipe.sh b/recipes/rust/recipe.sh index 43493a798591145c28a31b457bfc2e27a1e7d645..4eed33f5876b87293f570b5450fbe23f8dc1a160 100644 --- a/recipes/rust/recipe.sh +++ b/recipes/rust/recipe.sh @@ -37,7 +37,7 @@ function recipe_stage { libpath="$1/lib/rustlib/${TARGET}/lib" mkdir -p "$binpath" "$libpath" cp -fv "build/${TARGET}/stage2/bin/"* "$binpath" - ${STRIP} "$binpath/rustc" + ${STRIP} "$binpath/"* cp -fv $(find build/*/stage2/lib/rustlib/${TARGET}/lib/ -type f | grep -v librustc) "$libpath" skip=1 }