diff --git a/recipes/llvm/recipe.sh b/recipes/llvm/recipe.sh index 5d9cde65dc673fea2792259abdaffd095ed99816..6f8720e6e322647a073bdde466319cddf8eb50f1 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 }