ci: don't fix pspsdk toolchain anymore
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 \
|
||||||
|
|
Loading…
Reference in New Issue