From 670bff6435a9f430206cc1a49bbeac427289d169 Mon Sep 17 00:00:00 2001 From: Huaqi Fang <578567190@qq.com> Date: Tue, 4 Mar 2025 15:33:08 +0800 Subject: [PATCH] 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> --- contrib/cross-build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/cross-build.sh b/contrib/cross-build.sh index c282973ee..8f3514a03 100755 --- a/contrib/cross-build.sh +++ b/contrib/cross-build.sh @@ -172,6 +172,7 @@ if [ -d $LIBJAYLINK_SRC ] ; then $LIBJAYLINK_CONFIG make -j $MAKE_JOBS make install DESTDIR=$SYSROOT +fi # ftd2xx copy to sysroot if [ -d $FTD2XX_SRC ] ; then FTD2XX_LIB_SRC=${FTD2XX_SRC}/amd64