Skip to content

Commit

Permalink
Make it work for OFW (#24)
Browse files Browse the repository at this point in the history
* build to work on OFW

---------

Co-authored-by: Damián Parrino <[email protected]>
  • Loading branch information
krazynez and bucanero authored Mar 3, 2024
1 parent 0bcf74f commit 8653ded
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ jobs:
run: |
make -f Makefile.psp install
- name: Build PKGi App Package (OFW)
run: |
mkdir ofw && cd ofw
psp-cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_PRX=ON -DENC_PRX=ON
make
make createzip
- name: Build PKGi App Package
run: |
psp-cmake . -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit 8653ded

Please sign in to comment.