Skip to content

Commit b6404f4

Browse files
committed
b2: use SYSTEM_HAVE_STRLCPY also for L4T
1 parent 0f794f4 commit b6404f4

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

packages/lakka/libretro_cores/b2/package.mk

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ PKG_TOOLCHAIN="make"
1010
PKG_MAKE_OPTS_TARGET="-C ../src/libretro"
1111

1212
pre_make_target() {
13-
if [ "${PROJECT}" != "L4T" ]; then
14-
CFLAGS+=" -DSYSTEM_HAVE_STRLCPY"
15-
CXXFLAGS+=" -DSYSTEM_HAVE_STRLCPY"
16-
fi
13+
CFLAGS+=" -DSYSTEM_HAVE_STRLCPY"
14+
CXXFLAGS+=" -DSYSTEM_HAVE_STRLCPY"
1715
}
1816

1917
makeinstall_target() {

0 commit comments

Comments
 (0)