From 269691a3508826a5f94339e617f5c4b8c5244a93 Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Sun, 22 Oct 2023 10:42:48 -0400 Subject: [PATCH] Celeste Classic: add missing build depends --- apps/Celeste Classic/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Celeste Classic/install b/apps/Celeste Classic/install index 462b4ab809..63227e9685 100755 --- a/apps/Celeste Classic/install +++ b/apps/Celeste Classic/install @@ -2,7 +2,7 @@ cd /tmp || error "Could not move to /tmp folder" status "Installing Dependencies" -install_packages libsdl2-mixer-dev libsdl2-dev libsdl2-image-dev libsndio-dev || exit 1 +install_packages build-essential libsdl2-mixer-dev libsdl2-dev libsdl2-image-dev libsndio-dev || exit 1 status "Downloading the game" sudo rm -rf /tmp/ccleste git clone https://github.com/lemon32767/ccleste.git --depth=1 && cd ccleste || error "Could Not Pull Latest Source Code"