mirror of
https://github.com/servo/servo.git
synced 2025-07-22 14:53:49 +01:00
Do not define Pipeline::setup_common on Windows
This commit is contained in:
parent
43d4a459c0
commit
7c013e45c9
1 changed files with 1 additions and 0 deletions
|
@ -538,6 +538,7 @@ impl UnprivilegedPipelineContent {
|
|||
process::exit(1);
|
||||
}
|
||||
|
||||
#[cfg(not(windows))]
|
||||
fn setup_common<C: CommandMethods>(&self, command: &mut C, token: String) {
|
||||
C::arg(command, "--content-process");
|
||||
C::arg(command, token);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue