Skip to content

Commit

Permalink
Don't use broken libcurl from vdpm.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinnegatamante committed Sep 9, 2023
1 parent 29661dd commit e5b58d8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
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
cp libs/libsndfile.a /home/user/vitasdk/arm-vita-eabi/lib
cp libs/libcurl.a /home/user/vitasdk/arm-vita-eabi/lib
cp libs/libssl.a /home/user/vitasdk/arm-vita-eabi/lib
cp libs/libcrypto.a /home/user/vitasdk/arm-vita-eabi/lib
git clone -b vgl --single-branch https://github.com/Rinnegatamante/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
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ target_link_libraries(YoYoLoader
mathneon
mpg123
curl
-Wl,--whole-archive ssl -Wl,--no-whole-archive
ssl
crypto
taihen_stub
kubridge_stub
Expand Down Expand Up @@ -122,7 +122,7 @@ target_link_libraries(YoYoLoader
SceShaccCgExt
mathneon
curl
-Wl,--whole-archive ssl -Wl,--no-whole-archive
ssl
crypto
taihen_stub
kubridge_stub
Expand Down
Binary file added libs/libcrypto.a
Binary file not shown.
Binary file added libs/libcurl.a
Binary file not shown.
Binary file added libs/libssl.a
Binary file not shown.

0 comments on commit e5b58d8

Please sign in to comment.