mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-07 02:16:26 +00:00
ci: don't fix pspsdk toolchain anymore
This commit is contained in:

committed by
Anonymous Maarten

parent
a00ac61514
commit
19b01c39b0
4
.github/workflows/psp.yml
vendored
4
.github/workflows/psp.yml
vendored
@@ -16,10 +16,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
apk update
|
apk update
|
||||||
apk add cmake gmp mpc1 mpfr4 make pkgconf
|
apk add cmake gmp mpc1 mpfr4 make pkgconf
|
||||||
- name: Patch the pspdev toolchain to use -isystem instead of -I
|
|
||||||
run: |
|
|
||||||
# https://github.com/pspdev/pspsdk/issues/123
|
|
||||||
sed -E s/-I/-isystem/g -i $PSPDEV/psp/share/pspdev.cmake
|
|
||||||
- name: Configure (CMake)
|
- name: Configure (CMake)
|
||||||
run: |
|
run: |
|
||||||
cmake -S . -B build \
|
cmake -S . -B build \
|
||||||
|
Reference in New Issue
Block a user