From 912312645d503fd868e546bdea6a0731da8f4116 Mon Sep 17 00:00:00 2001 From: EPICGameGuy Date: Sat, 30 Dec 2023 01:35:26 -0500 Subject: [PATCH] Adding GLUT to compile command --- compile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/compile.sh b/compile.sh index 44892bb..ceafd4f 100755 --- a/compile.sh +++ b/compile.sh @@ -69,6 +69,7 @@ if [ ! -d "dependencies/ps2gl" ]; then fi echo "------Compiling ps2gl------" pushd dependencies/ps2gl && make install -j$(nproc); popd +pushd dependencies/ps2gl/glut && make install -j$(nproc); popd echo "------Compiling ps2-engine------" make deploy_iso -j$(nproc) \ No newline at end of file