diff --git a/Meta/ladybird.py b/Meta/ladybird.py index cc016ddb0a..a026a97f22 100755 --- a/Meta/ladybird.py +++ b/Meta/ladybird.py @@ -316,11 +316,6 @@ def configure_build_env(platform: Platform, preset: str, jobs: Optional[str] = N # Ninja binaries but still downloads, builds and uses its own pinned gn, meson and pkg-config. os.environ["VCPKG_FORCE_SYSTEM_BINARIES"] = "1" - if "XDG_CACHE_HOME" not in os.environ: - # vcpkg requires this variable to set and in some cases like the Android build environment it might - # not be present, so we need to ensure that it is set - os.environ["XDG_CACHE_HOME"] = str(ladybird_source_dir / "Build" / "caches") - return ladybird_source_dir, build_preset_dir