Update to latest SigScript
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
2132785026
commit
f0104a69f5
@ -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
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user