Skip to content
Snippets Groups Projects
Verified Commit f60171e1 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Install llvm and strip it

parent c4df5d22
No related branches found
No related tags found
No related merge requests found
...@@ -61,6 +61,8 @@ function recipe_clean { ...@@ -61,6 +61,8 @@ function recipe_clean {
} }
function recipe_stage { function recipe_stage {
echo make install dest="$(realpath $1)"
make DESTDIR="$dest" install
find "$dest"/{bin,libexec} -exec $STRIP {} ';' 2> /dev/null
skip=1 skip=1
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment