Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Budd <mjbudd77@gmail.com>2020-08-07 21:59:55 +0300
committerMatthew Budd <mjbudd77@gmail.com>2020-08-07 21:59:55 +0300
commit4e157c37fa69ecbb88acd09fda5b744627220512 (patch)
treec398531be018cc6d5fe8ef90ccf49d3ee7280535 /pipelines
parent1b9a36de17c26d93b30bff185b6baad0871a4da7 (diff)
Added ldd print of gtk fceux executable.
Diffstat (limited to 'pipelines')
-rwxr-xr-xpipelines/linux_build.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/pipelines/linux_build.sh b/pipelines/linux_build.sh
index 1bd63034..edb7c49d 100755
--- a/pipelines/linux_build.sh
+++ b/pipelines/linux_build.sh
@@ -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 '**************************************************************'