Skip to content

Commit

Permalink
contrib: update cross-build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fanghuaqi authored Jan 25, 2024
1 parent e1b7bed commit 65c5699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/cross-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ fi
if [ -d $FTD2XX_SRC ] ; then
FTD2XX_LIB_SRC=${FTD2XX_SRC}/Static/amd64/
if [[ "$HOST_TRIPLET" == *"w32"* ]] ; then
FTD2XX_LIB_SRC=${FTD2XX_SRC}/Static/i686/
FTD2XX_LIB_SRC=${FTD2XX_SRC}/Static/i386/
fi
cp -f ${FTD2XX_LIB_SRC}/* $SYSROOT/lib/
fi
Expand Down

0 comments on commit 65c5699

Please sign in to comment.