diff options
author | Martin Robinson <mrobinson@webkit.org> | 2023-06-23 11:07:18 +0200 |
---|---|---|
committer | Martin Robinson <mrobinson@igalia.com> | 2023-07-03 21:40:24 +0200 |
commit | 633d9b0eb964b09bf4dbb46d81a965a4be2fe8f5 (patch) | |
tree | 9b1eed6c332aaff352d9e6c52a9fe2c081129b69 /python/servo/platform/linux.py | |
parent | 35ab3116358a50a0ffa549bbe90ce8d2cc755ddb (diff) | |
download | servo-633d9b0eb964b09bf4dbb46d81a965a4be2fe8f5.tar.gz servo-633d9b0eb964b09bf4dbb46d81a965a4be2fe8f5.zip |
Windows bootstrap support
Diffstat (limited to 'python/servo/platform/linux.py')
-rw-r--r-- | python/servo/platform/linux.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/platform/linux.py b/python/servo/platform/linux.py index 2e3a7d2a5c7..516b7448686 100644 --- a/python/servo/platform/linux.py +++ b/python/servo/platform/linux.py @@ -94,7 +94,7 @@ class Linux(Base): return (distrib, version) - def _platform_bootstrap(self, _cache_dir: str, force: bool) -> bool: + def _platform_bootstrap(self, force: bool) -> bool: if self.distro.lower() == 'nixos': print('NixOS does not need bootstrap, it will automatically enter a nix-shell') print('Just run ./mach build') |