blob: 191adb785ae44e7effb4ee9e313dc36cf7f72134 [file] [log] [blame]
post_install() {
cd mingw64
local _prefix=$(pwd -W)
cd -
for f in mingw64/lib/cmake/bullet/*.cmake; do
sed -e "s|/mingw64|${_prefix}|g" -i ${f}
done
}
post_upgrade() {
post_install
}