mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-23 07:14:31 +00:00
Rename install_deps.sh to install-deps.sh for consistency
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ RUN apt-get update && \
|
||||
apt-get install sudo make cmake gcc build-essential -y
|
||||
|
||||
# Install dependencies and compile RGBDS
|
||||
RUN ./.github/scripts/install_deps.sh debian
|
||||
RUN ./.github/scripts/install-deps.sh debian
|
||||
RUN make -j "$(getconf _NPROCESSORS_ONLN)" CXXFLAGS="-O3 -flto -DNDEBUG -static" PKG_CONFIG="pkg-config --static" Q=
|
||||
|
||||
# Create the install script
|
||||
|
||||
Reference in New Issue
Block a user