xxHash: fix toolchain target directory

This commit is contained in:
mglae 2024-06-02 14:05:09 +00:00 committed by Rudi Heitbaum
parent d55340683e
commit a2efbb7368

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}
}