comparison build_release @ 1360:e1a6e8ee656f

Print PATH in build_release script to help debug future build failures
author Michael Pavone <pavone@retrodev.com>
date Fri, 12 May 2017 23:34:17 -0700
parents 03cb4dd2499f
children 05c34078e1ac
comparison
equal deleted inserted replaced
1359:8c6d2ed3b959 1360:e1a6e8ee656f
22 cd .. 22 cd ..
23 cd glew 23 cd glew
24 make all 24 make all
25 cd .. 25 cd ..
26 fi 26 fi
27 27 echo "Path is: $PATH"
28 make PORTABLE=1 clean all 28 make PORTABLE=1 clean all
29 make menu.bin 29 make menu.bin
30 if [ $OS = "Windows" ]; then 30 if [ $OS = "Windows" ]; then
31 binaries="dis.exe zdis.exe stateview.exe vgmplay.exe blastem.exe SDL2.dll" 31 binaries="dis.exe zdis.exe stateview.exe vgmplay.exe blastem.exe SDL2.dll"
32 verstr=`sed -E -n 's/^[^B]+BLASTEM_VERSION "([^"]+)"/blastem \1/p' blastem.c` 32 verstr=`sed -E -n 's/^[^B]+BLASTEM_VERSION "([^"]+)"/blastem \1/p' blastem.c`