commit 593f351
hovercats
·
2025-09-06 16:55:08 +0000 UTC
parent 4b87696
xxhash: dont install headers/library
2 files changed,
+1,
-3
+0,
-2
1@@ -5,7 +5,6 @@ cflags{
2 }
3
4 pkg.hdrs = copy('$outdir/include', '$srcdir', {'xxh3.h', 'xxhash.h'})
5-pkg.hdrs.install = true
6
7 lib('libxxhash.a', {'xxhash.c'})
8
9@@ -18,7 +17,6 @@ exe('xxhsum', [[
10 libxxhash.a
11 ]])
12
13-file('lib/libxxhash.a', '644', '$outdir/libxxhash.a')
14 file('bin/xxhsum', '755', '$outdir/xxhsum')
15 man{'cli/xxhsum.1'}
16
+1,
-1
1@@ -1 +1 @@
2-0.8.3 r0
3+0.8.3 r1