#!/bin/sh
# This prevents g-ir-scanner from writing cache data to /home/linuxdzm
export GI_SCANNER_DISABLE_CACHE=1

g-ir-scanner --use-binary-wrapper=/home/linuxdzm/alientek_workspace/ycoto/fsl-release-bsp/buildQt5.12.9/tmp/sysroots/imx6ull14x14evk/usr/bin/g-ir-scanner-qemuwrapper --use-ldd-wrapper=/home/linuxdzm/alientek_workspace/ycoto/fsl-release-bsp/buildQt5.12.9/tmp/sysroots/imx6ull14x14evk/usr/bin/g-ir-scanner-lddwrapper --add-include-path=/home/linuxdzm/alientek_workspace/ycoto/fsl-release-bsp/buildQt5.12.9/tmp/sysroots/imx6ull14x14evk/usr/share/gir-1.0 "$@"
