mirror of
https://github.com/servo/servo.git
synced 2025-07-25 08:10:21 +01:00
Windows bootstrap support
This commit is contained in:
parent
35ab311635
commit
633d9b0eb9
10 changed files with 69 additions and 74 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue