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>
This commit is contained in:
parent
ebf8c60e33
commit
670bff6435
|
@ -172,6 +172,7 @@ if [ -d $LIBJAYLINK_SRC ] ; then
|
||||||
$LIBJAYLINK_CONFIG
|
$LIBJAYLINK_CONFIG
|
||||||
make -j $MAKE_JOBS
|
make -j $MAKE_JOBS
|
||||||
make install DESTDIR=$SYSROOT
|
make install DESTDIR=$SYSROOT
|
||||||
|
fi
|
||||||
# ftd2xx copy to sysroot
|
# ftd2xx copy to sysroot
|
||||||
if [ -d $FTD2XX_SRC ] ; then
|
if [ -d $FTD2XX_SRC ] ; then
|
||||||
FTD2XX_LIB_SRC=${FTD2XX_SRC}/amd64
|
FTD2XX_LIB_SRC=${FTD2XX_SRC}/amd64
|
||||||
|
|
Loading…
Reference in New Issue