Skip to content
Snippets Groups Projects
Commit 90e725a8 authored by Allan McRae's avatar Allan McRae :speech_balloon:
Browse files

fix x86_64 build

parent 193b2e27
No related branches found
No related tags found
No related merge requests found
......@@ -147,6 +147,6 @@ package() {
usr/lib/lib{memusage,pcprofile,SegFault}.so \
usr/lib/{audit,gconv}/*.so || true
if [[ $CARCH = "x86_64" ]]; then
strip STRIP_SHARED usr/lib/libmvec-*.so
strip $STRIP_SHARED usr/lib/libmvec-*.so
fi
}
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