Merge pull request #8953 from heitbaum/fix

xxHash: fix toolchain target directory
This commit is contained in:
CvH 2024-06-02 16:52:17 +02:00 committed by GitHub
commit 6f592993ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,5 +12,5 @@ PKG_LONGDESC="Extremely fast non-cryptographic hash algorithm"
PKG_BUILD_FLAGS="+local-cc"
pre_configure_host() {
export prefix=${TOOLCHAIN}/usr
export prefix=${TOOLCHAIN}
}