stand: Fix copy-paste-o, unbreaks libi386 lualoader build

The 32-bit version of liblua is, in fact, NOT libficl. =)

Reported by:	emaste
This commit is contained in:
Kyle Evans 2018-03-09 14:16:33 +00:00
parent be15e1332d
commit cc8ea7cf7c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=330690

View File

@ -149,7 +149,7 @@ LIBFICL32= ${BOOTOBJ}/ficl32/libficl.a
LIBLUA= ${BOOTOBJ}/liblua/liblua.a
.if ${MACHINE} == "i386"
LIBLUA32= ${LIBFICL}
LIBLUA32= ${LIBLUA}
.else
LIBLUA32= ${BOOTOBJ}/liblua32/liblua.a
.endif