Skip to content

Commit

Permalink
Fixes for Vita Docker build, attempted fix for Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
RossMeikleham committed Jul 9, 2023
1 parent 45cae63 commit 2fb5128
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions build/Android/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ ENV LC_ALL C.UTF-8

ENV ANDROID_HOME /opt/android-sdk-linux

RUN sed -i s/deb.debian.org/archive.debian.org/g /etc/apt/sources.list
RUN sed -i 's|security.debian.org|archive.debian.org|g' /etc/apt/sources.list
RUN sed -i '/stretch-updates/d' /etc/apt/sources.list

RUN dpkg --add-architecture i386 \
&& apt-get update && apt-get install -y --no-install-recommends expect \
libncurses5:i386 \
Expand Down
3 changes: 2 additions & 1 deletion build/Vita/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ target_link_libraries(${SHORT_NAME}
SDL2_image
png
jpeg
bz2
freetype
z
z
vita2d
SceDisplay_stub
SceCtrl_stub
Expand Down
2 changes: 1 addition & 1 deletion build/Vita/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from gnuton/vitasdk-docker:latest
from gnuton/vitasdk-docker:20220207

ENV VITASDK /usr/local/vitasdk

Expand Down

0 comments on commit 2fb5128

Please sign in to comment.