Skip to content

Commit

Permalink
use sqlite library
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero committed Feb 16, 2023
1 parent 6a8c7ec commit 7fa08d2
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 248,581 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ jobs:
repository: bucanero/apollo-lib
path: apollo-lib

- name: Checkout SQLite
uses: actions/checkout@v3
with:
repository: bucanero/libSQLite-ps4
path: libSQLite-ps4

- name: Checkout zip
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -135,6 +141,10 @@ jobs:
working-directory: apollo-lib
run: make -f Makefile.PS4 install

- name: Install SQLite
working-directory: libSQLite-ps4
run: make install

- name: Install libun7zip
working-directory: libun7zip
run: make -f Makefile.PS4 install
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TITLE_ID := APOL00004
CONTENT_ID := IV0000-APOL00004_00-APOLLO0000000PS4

# Libraries linked into the ELF.
LIBS := -lc -lkernel -lc++ -lSceAudioOut -lSceUserService -lScePigletv2VSH -lSceSysmodule -lSceFreeType \
LIBS := -lc -lkernel -lc++ -lSceAudioOut -lSceUserService -lScePigletv2VSH -lSceSysmodule -lSceFreeType -lSQLite \
-lScePad -lSceSystemService -lSceSaveData -lSceCommonDialog -lSceMsgDialog -lSceNet -lSceNetCtl -lcurl \
-lSceRegMgr -lSceImeDialog -lSDL2 -lapollo -ldbglogger -lpolarssl -lz -lzip -ljbc -lmxml -lunrar -lun7zip

Expand Down
Loading

0 comments on commit 7fa08d2

Please sign in to comment.