From 130050d3bf3bf028d2f51b1566af82d6b616f5ba Mon Sep 17 00:00:00 2001 From: Dima353 <75039669+Dima353@users.noreply.github.com> Date: Thu, 23 Jul 2026 22:12:39 +0300 Subject: [PATCH] Update build-vita.yml --- .github/workflows/build-vita.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-vita.yml b/.github/workflows/build-vita.yml index 46138c80..47450c53 100644 --- a/.github/workflows/build-vita.yml +++ b/.github/workflows/build-vita.yml @@ -44,7 +44,8 @@ jobs: run: | git clone --depth 1 -b vita-1.19.1 https://github.com/Dima353/openal-soft.git mkdir -p openal-soft/build && cd openal-soft/build - cmake -DCMAKE_TOOLCHAIN_FILE=${VITASDK}/share/vita.toolchain.cmake -DCMAKE_BUILD_TYPE=Release .. + cmake -DCMAKE_TOOLCHAIN_FILE=${VITASDK}/share/vita.toolchain.cmake -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_C_FLAGS="-D_GNU_SOURCE -Wno-error=implicit-function-declaration -Wno-error=int-conversion" .. make -j"$(nproc)" install - name: Build mpg123 @@ -64,7 +65,7 @@ jobs: run: | git clone --depth 1 https://github.com/Northfear/SDL.git cd SDL - cmake -S. -Bbuild -DCMAKE_TOOLCHAIN_FILE=${VITASDK}/share/vita.toolchain.cmake -DCMAKE_BUILD_TYPE=Release -DVIDEO_VITA_VGL=ON + cmake -S. -Bbuild -DCMAKE_TOOLCHAIN_FILE=${VITASDK}/share/vita.toolchain.cmake -DCMAKE_BUILD_TYPE=Release -DVIDEO_VITA_VGL=ON -DCMAKE_POLICY_VERSION_MINIMUM=3.5 cmake --build build -- -j"$(nproc)" cmake --install build