Skip to content

Commit

Permalink
fbneo: fix typo / missing equal sign in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ToKe79 committed Apr 6, 2022
1 parent b3b9a80 commit f6d6477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lakka/libretro_cores/fbneo/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [ "${ARCH}" = "arm" ]; then
PKG_MAKE_OPTS_TARGET+=" HAVE_NEON=1"
fi

if [ "${PROJECT}" "Rockchip" -a "${DEVICE}" = "OdroidGoAdvance" ]; then
if [ "${PROJECT}" = "Rockchip" -a "${DEVICE}" = "OdroidGoAdvance" ]; then
PKG_MAKE_OPTS_TARGET+=" USE_CYCLONE=1"
fi

Expand Down

0 comments on commit f6d6477

Please sign in to comment.