Have to add libstdc++-12-dev to all scripts
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
f2ef42b489
commit
c2bbdf4951
@ -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
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
build.sh:c073187e65d0e23aa77aa94af4ec6382 -
|
build.sh:c073187e65d0e23aa77aa94af4ec6382 -
|
||||||
commit.sh:1af81bf417dfb932284d8a14fdd10657 -
|
commit.sh:1af81bf417dfb932284d8a14fdd10657 -
|
||||||
debug.sh:849488515cab075948653c15eec4177b -
|
debug.sh:8125f303032b6cbc137223df63d10096 -
|
||||||
lines.sh:3b907786f7fc9204025993016c9080de -
|
lines.sh:3b907786f7fc9204025993016c9080de -
|
||||||
release.sh:0ab321c3fa2f1a1b2f03b1aec3bce816 -
|
release.sh:b1ce8461a303e8e7aa9ed74259db3873 -
|
||||||
temp:d41d8cd98f00b204e9800998ecf8427e -
|
temp:d41d8cd98f00b204e9800998ecf8427e -
|
||||||
web.sh:4bbe9c5710a0ae4289468c3f7f340ff1 -
|
web.sh:dd7eec9825587db99063877da2839506 -
|
||||||
|
@ -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