Add PSP host.

This commit is contained in:
2024-06-24 08:45:12 -05:00
parent 3bc2f0d372
commit 04be82f034
49 changed files with 514 additions and 295 deletions
+3
View File
@@ -0,0 +1,3 @@
FROM pspdev/pspdev
RUN apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python
RUN psp-pacman -Sy pspgl glm
+14
View File
@@ -0,0 +1,14 @@
services:
dawn-psp:
build: .
volumes:
- ./../../:/Dawn
working_dir: /Dawn
command:
- /bin/bash
- -c
- |
mkdir -p ./build/psp
cd ./build/psp
psp-cmake ../.. -DDAWN_BUILD_SYSTEM=psp -DCMAKE_BUILD_TYPE=Debug
make