1
0
forked from josh/JGL

fixed syntax error in reci script

This commit is contained in:
2024-07-05 10:56:43 -04:00
parent 63bbb8794e
commit 513dc1e332

View File

@@ -3,5 +3,5 @@ source $RECI/shlib/info.sh
INFO "Installing build dependencies for JGL" INFO "Installing build dependencies for JGL"
GROUP="Install build dependencies" RUN ' GROUP="Install build dependencies" RUN '
apt-get install -yq libgl1-mesa-dev libfreetype-dev apt-get install -yq libgl1-mesa-dev libfreetype-dev
` '