We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b9a80 commit f6d6477Copy full SHA for f6d6477
packages/lakka/libretro_cores/fbneo/package.mk
@@ -16,7 +16,7 @@ if [ "${ARCH}" = "arm" ]; then
16
PKG_MAKE_OPTS_TARGET+=" HAVE_NEON=1"
17
fi
18
19
- if [ "${PROJECT}" "Rockchip" -a "${DEVICE}" = "OdroidGoAdvance" ]; then
+ if [ "${PROJECT}" = "Rockchip" -a "${DEVICE}" = "OdroidGoAdvance" ]; then
20
PKG_MAKE_OPTS_TARGET+=" USE_CYCLONE=1"
21
22
0 commit comments