mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-06 18:06: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: |
|
||||
apk update
|
||||
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)
|
||||
run: |
|
||||
cmake -S . -B build \
|
||||
|
Reference in New Issue
Block a user