Skip to content

Commit 8e2fda6

Browse files
authored
Merge pull request #3545 from hissingshark/master
Fix lr-flycast build on Vero4k
2 parents 90d9cb1 + 22a9a85 commit 8e2fda6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scriptmodules/libretrocores/lr-flycast.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ function build_lr-flycast() {
4444
"GLES=1"
4545
"GL_LIB=-L/opt/vc/lib -lbrcmGLESv2")
4646
add_flags+=("-I/opt/vc/include -DTARGET_NO_STENCIL -DLOW_END")
47+
elif isPlatform "vero4k"; then
48+
params+=("platform=AMLGXL" "ARCH=arm" "ARMV7A_FLAGS=1")
4749
else
4850
params+=("FORCE_GLES=1")
4951
fi

0 commit comments

Comments
 (0)