We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da434bb commit b3d077fCopy full SHA for b3d077f
ci/arm/arm_build_process.sh
@@ -376,6 +376,10 @@ create_appdir(){
376
mkdir -p $APP_DIR/usr/lib/scopy/plugins/resources
377
cp $EMU_CONFIG $APP_DIR/usr/lib/scopy/plugins/resources
378
379
+ if [ $TOOLCHAIN_HOST == "arm-linux-gnueabihf" ]; then
380
+ sudo rm -rfv ${SYSROOT}/usr/lib/arm-linux-gnueabihf/libQt5*
381
+ fi
382
+
383
$COPY_DEPS --lib-dir ${SYSROOT}:${BUILD_FOLDER} --output-dir $APP_DIR/usr/lib $APP_DIR/usr/bin/scopy
384
$COPY_DEPS --lib-dir ${SYSROOT}:${BUILD_FOLDER} --output-dir $APP_DIR/usr/lib $APP_DIR/usr/bin/iio-emu
385
0 commit comments