summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-02-09 20:38:42 +0000
committerdavidovski <david@davidovski.xyz>2022-02-09 20:38:42 +0000
commitc80bbb498e7fec79e925eb8f60667550e5926102 (patch)
treec0bfe9c654c7edf1c804cc42d74d1b781ec60a03 /repo
parent4bbe79f3ce5e48353e73be39c0922555dfe52095 (diff)
fixed xxhash not building
Diffstat (limited to 'repo')
-rw-r--r--repo/system/xxhash.xibuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/system/xxhash.xibuild b/repo/system/xxhash.xibuild
index 481d5df..f02537b 100644
--- a/repo/system/xxhash.xibuild
+++ b/repo/system/xxhash.xibuild
@@ -9,10 +9,10 @@ DESC="xxHash is an Extremely fast Hash algorithm"
build () {
- make PREFIX=/usr -C xxHash
+ make PREFIX=/usr
}
package () {
- make PREFIX=/usr DESTDIR=$PKG_DEST -C xxHash install
+ make PREFIX=/usr DESTDIR=$PKG_DEST install
}