mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-29 20:57:59 +08:00
ci: don't fix pspsdk toolchain anymore
This commit is contained in:
committed by
Anonymous Maarten
parent
a00ac61514
commit
19b01c39b0
@@ -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