blob: 1f72ae1239828d65ef113e27d4208af53e718511 [file] [log] [blame]
MINGW_INSTALL=clangarm64
post_install() {
if [ -f "${MINGW_INSTALL}/bin/qmake.exe" ]; then
cd ${MINGW_INSTALL}/bin
./qtbinpatcher --verbose --nobackup --force --old-dir=@@QT_REAL_PREFIX/dir@@
cd -
fi
}
post_upgrade() {
post_install
}