mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
libtorrent_rasterbar: fix build for secondary arch.
This commit is contained in:
@@ -71,7 +71,7 @@ INSTALL()
|
||||
make install
|
||||
|
||||
mv $prefix/include/libtorrent $includeDir
|
||||
if [ "$prefix/lib" -ne $libDir ]; then
|
||||
if [ -n "$secondaryArchSuffix" ]; then
|
||||
mv $prefix/lib/*.so* $libDir
|
||||
mv $prefix/lib/pkgconfig $libDir
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user