blob: 77948a7b1c13af4fdb67d61f7db1f937451908a8 [file] [log] [blame]
MINGW_INSTALL=clang64
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
}