Skip to content

Commit be0e02e

Browse files
committed
ci: fix contrib/cross-build.sh
line 197: syntax error: unexpected end of file Change-Id: I29b94a5dae82ef4cbdc5dd2beac571f7e8fc339c Signed-off-by: Huaqi Fang <578567190@qq.com>
1 parent ebf8c60 commit be0e02e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/cross-build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ if [ -d $LIBJAYLINK_SRC ] ; then
172172
$LIBJAYLINK_CONFIG
173173
make -j $MAKE_JOBS
174174
make install DESTDIR=$SYSROOT
175+
fi
175176
# ftd2xx copy to sysroot
176177
if [ -d $FTD2XX_SRC ] ; then
177178
FTD2XX_LIB_SRC=${FTD2XX_SRC}/amd64

0 commit comments

Comments
 (0)