Skip to content

Commit

Permalink
vita: build vitaGL with HAVE_WRAPPED_ALLOCATORS=1
Browse files Browse the repository at this point in the history
  • Loading branch information
scribam committed Mar 7, 2024
1 parent 98108e6 commit e676801
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/vita.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
- name: Set up build environment
run: |
apk add --no-cache aws-cli ccache git ninja
vdpm curl libzip openssl SceShaccCgExt sdl2 vitaGL vitaShaRK taihen zlib
vdpm curl libzip openssl SceShaccCgExt sdl2 vitaShaRK taihen zlib
git clone https://github.com/Rinnegatamante/vitaGL.git
make -C vitaGL HAVE_WRAPPED_ALLOCATORS=1 -j4 install
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit e676801

Please sign in to comment.