mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
lz4: fix secondary arch build.
This commit is contained in:
committed by
Adrien Destugues
parent
d21eb0e90c
commit
5dd3f14ce8
@@ -60,6 +60,14 @@ INSTALL()
|
||||
{
|
||||
make install LIBDIR=$libDir INCLUDEDIR=$includeDir \
|
||||
BINDIR=$binDir MANDIR=$manDir/man1
|
||||
|
||||
if [ -n "$secondaryArchSuffix" ]; then
|
||||
rm $binDir/lz4
|
||||
rm $binDir/lz4c
|
||||
rm $binDir/lz4cat
|
||||
rm $binDir/unlz4
|
||||
fi
|
||||
|
||||
prepareInstalledDevelLibs liblz4
|
||||
fixPkgconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user