Skip to content

Commit

Permalink
Use locally built kubridge stubs with no NIDs resolution fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinnegatamante committed Apr 19, 2022
1 parent 9c4e736 commit e510d09
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
fetch-depth: '10'
- name: Install dependencies
run: |
cp stubs/libkubridge_stub.a /home/user/vitasdk/arm-vita-eabi/lib
cp stubs/libkubridge_stub_weak.a /home/user/vitasdk/arm-vita-eabi/lib
git clone -b vita-1.19.1 --single-branch https://github.com/isage/openal-soft.git
cd openal-soft/build
cmake -DCMAKE_TOOLCHAIN_FILE=${VITASDK}/share/vita.toolchain.cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS=-mfloat-abi=softfp .. && make -j$(nproc) install
Expand Down
Binary file removed stubs/libSceNet_stub.a
Binary file not shown.
Binary file removed stubs/libSceNet_stub_weak.a
Binary file not shown.
Binary file added stubs/libkubridge_stub.a
Binary file not shown.
Binary file added stubs/libkubridge_stub_weak.a
Binary file not shown.

0 comments on commit e510d09

Please sign in to comment.