Added ldd print of gtk fceux executable.

This commit is contained in:
Matthew Budd 2020-08-07 14:59:55 -04:00
parent 1b9a36de17
commit 4e157c37fa
1 changed files with 10 additions and 0 deletions

View File

@ -144,6 +144,16 @@ else
exit 1;
fi
if [ -e $INSTALL_PREFIX/usr/bin/fceux-gtk ]; then
echo '**************************************************************'
echo 'Printing Shared Object Dependencies for fceux-gtk Executable'
echo '**************************************************************'
ldd $INSTALL_PREFIX/usr/bin/fceux-gtk
else
echo "Error: Executable Failed to build: $INSTALL_PREFIX/usr/bin/fceux-gtk";
exit 1;
fi
echo '**************************************************************'
echo 'Printing To Be Packaged Files '
echo '**************************************************************'