Overhaul cache system

This commit is contained in:
BtbN
2023-12-21 01:31:23 +01:00
parent 75902682ba
commit 7ed76a8724
116 changed files with 179 additions and 358 deletions

View File

@ -13,8 +13,6 @@ ffbuild_enabled() {
}
ffbuild_dockerbuild() {
cd "$FFBUILD_DLDIR/$SELF"
# This works around an issue of our libxcb-dri3 implib-wrapper not exporting data symbols.
# Under normal circumstances, this would break horribly.
# But we only want to generate another import lib for libva, so it doesn't matter.