Add libstdc++-12-dev to C++ required libraries so clangd is happy
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
566bd01e37
commit
8c30d071e5
@ -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 [ ! -f "pixelGameEngine.o" ]
|
if [ ! -f "pixelGameEngine.o" ]
|
||||||
then
|
then
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
build.sh:f7da5b6f54c56658f5410e0df797b5a7 -
|
build.sh:c073187e65d0e23aa77aa94af4ec6382 -
|
||||||
commit.sh:d03a46e721060c22ccb146e19d27e70a -
|
commit.sh:d03a46e721060c22ccb146e19d27e70a -
|
||||||
debug.sh:849488515cab075948653c15eec4177b -
|
debug.sh:849488515cab075948653c15eec4177b -
|
||||||
lines.sh:3b907786f7fc9204025993016c9080de -
|
lines.sh:3b907786f7fc9204025993016c9080de -
|
||||||
|
Loading…
x
Reference in New Issue
Block a user