diff --git a/recipes/llvm/recipe.sh b/recipes/llvm/recipe.sh index 5d9cde65d..6f8720e6e 100644 --- a/recipes/llvm/recipe.sh +++ b/recipes/llvm/recipe.sh @@ -61,6 +61,8 @@ function recipe_clean { } function recipe_stage { - echo make install + dest="$(realpath $1)" + make DESTDIR="$dest" install + find "$dest"/{bin,libexec} -exec $STRIP {} ';' 2> /dev/null skip=1 }