From: Sergey Matveev Date: Sat, 22 Jun 2024 20:17:42 +0000 (+0300) Subject: Missing header installation X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=43db5440372b3659870f0a23c1ea695aec7c3f37620a7433657d4a183ab536aa;p=bass.git Missing header installation --- diff --git a/build/skel/crypto/xxhash-v0.8.2.do b/build/skel/crypto/xxhash-v0.8.2.do index 06989bf..2e4cc6b 100644 --- a/build/skel/crypto/xxhash-v0.8.2.do +++ b/build/skel/crypto/xxhash-v0.8.2.do @@ -15,6 +15,8 @@ cd Cyan4973-xxHash-bbb27a5 gmake -j$MAKE_JOBS >&2 mkdir -p "$SKELBINS"/$ARCH/$NAME-$hsh/bin cp -P xxhsum xxh32sum xxh64sum xxh128sum "$SKELBINS"/$ARCH/$NAME-$hsh/bin +mkdir -p "$SKELBINS"/$ARCH/$NAME-$hsh/include +mv xxhash.h "$SKELBINS"/$ARCH/$NAME-$hsh/include mkdir -p "$SKELBINS"/$ARCH/$NAME-$hsh/lib mv libxxhash.so.0.8.2 libxxhash.so.0 libxxhash.so libxxhash.a \ "$SKELBINS"/$ARCH/$NAME-$hsh/lib