Update to latest SigScript

Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
sigonasr2 2023-06-02 22:13:31 -05:00
parent 2132785026
commit f0104a69f5
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ printf "Running program...\n\n\n"
output=$(dpkg -l | grep libx11-dev) output=$(dpkg -l | grep libx11-dev)
if [[ -z $output ]] if [[ -z $output ]]
then then
sudo apt install libx11-dev libpulse-dev mesa-common-dev libpng-dev sudo apt install libx11-dev libpulse-dev mesa-common-dev libpng-dev libstdc++-12-dev
fi fi
if [ "$1" = "test" ] if [ "$1" = "test" ]
then then

View File

@ -4,7 +4,7 @@ printf "Running program...\n\n\n"
output=$(dpkg -l | grep libx11-dev) output=$(dpkg -l | grep libx11-dev)
if [[ -z $output ]] if [[ -z $output ]]
then then
sudo apt install libx11-dev libpulse-dev mesa-common-dev libpng-dev sudo apt install libx11-dev libpulse-dev mesa-common-dev libpng-dev libstdc++-12-dev
fi fi
if [ "$1" == "full" ]; then if [ "$1" == "full" ]; then
rm "pixelGameEngine.o" rm "pixelGameEngine.o"

View File

@ -3,7 +3,7 @@
output=$(dpkg -l | grep libx11-dev) output=$(dpkg -l | grep libx11-dev)
if [[ -z $output ]] if [[ -z $output ]]
then then
sudo apt install libx11-dev libpulse-dev mesa-common-dev libpng-dev sudo apt install libx11-dev libpulse-dev mesa-common-dev libpng-dev libstdc++-12-dev
fi fi
if [[ "$1" == "full" || "$2" == "full" ]]; then if [[ "$1" == "full" || "$2" == "full" ]]; then
rm "pixelGameEngine_wasm.o" rm "pixelGameEngine_wasm.o"