1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-22 08:52:01 +01:00

build fixes

This commit is contained in:
2014-03-14 11:05:25 +00:00
parent 5b65dc8fc9
commit 336e16ead9
3 changed files with 4 additions and 4 deletions

View File

@ -10,10 +10,10 @@ case $1 in
echo '-- installing...'
make uninstall 1>/dev/null
make install 1>/dev/null
if [[ `basename \`pwd\`` == "latan" ]]
if [[ `basename \`pwd\`` == "lib" ]]
then
echo '-- creating debug symbols...'
dsymutil .libs/liblatan.0.dylib -o ${PREFIX}/lib/liblatan.0.dylib.dSYM
dsymutil .libs/libLatAnalyze.0.dylib -o ${PREFIX}/lib/libLatAnalyze.0.dylib.dSYM
fi;;
'clean')
echo '-- cleaning...'