mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
libexecinfo: fix symlink paths (#1350)
This commit is contained in:
committed by
waddlesplash
parent
f07db7f970
commit
70716490e9
@@ -53,7 +53,7 @@ INSTALL()
|
||||
|
||||
cp libexecinfo.a $libDir
|
||||
cp libexecinfo.so $libDir/libexecinfo.so.1.1
|
||||
ln -s $libDir/libexecinfo.so-1.1 $libDir/libexecinfo.so
|
||||
ln -s $libDir/libexecinfo.so.1.1 $libDir/libexecinfo.so
|
||||
cp execinfo.h $includeDir
|
||||
|
||||
prepareInstalledDevelLibs libexecinfo
|
||||
|
||||
Reference in New Issue
Block a user