blob: d9ce42da4ecbe9aaddd86c4bdca944a46a0c35a5 [file] [log] [blame]
MINGW_INSTALL=clang64
post_install() {
${MINGW_INSTALL}/bin/dot -c
}
post_upgrade() {
post_install
}