Skip to content

Commit

Permalink
Fix build on Vero4k
Browse files Browse the repository at this point in the history
  • Loading branch information
hissingshark authored and GeorgeMcMullen committed Sep 7, 2022
1 parent 9426732 commit 131b93d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scriptmodules/libretrocores/lr-flycast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ function build_lr-flycast() {
"GLES=1"
"GL_LIB=-L/opt/vc/lib -lbrcmGLESv2")
add_flags+=("-I/opt/vc/include -DTARGET_NO_STENCIL -DLOW_END")
elif isPlatform "vero4k"; then
params+=("platform=AMLGXL" "ARCH=arm" "ARMV7A_FLAGS=1")
else
params+=("FORCE_GLES=1")
fi
Expand Down

0 comments on commit 131b93d

Please sign in to comment.