diff options
author | Atbrakhi <atbrakhi@igalia.com> | 2023-08-28 16:36:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-28 14:36:57 +0000 |
commit | 66567faeb2e623f0efe112e64e9fc53d83402f28 (patch) | |
tree | aa9ac6fe3521ac582d9a63f3ce32df0c9901d274 /python/servo/command_base.py | |
parent | cc4fe4981f5354835ef6c5fba24b31a031451bbd (diff) | |
download | servo-66567faeb2e623f0efe112e64e9fc53d83402f28.tar.gz servo-66567faeb2e623f0efe112e64e9fc53d83402f28.zip |
Rename ports/winit package to servoshell (#30163)
* rename winit package to servoshell
* revert previous changes and rename only package
Diffstat (limited to 'python/servo/command_base.py')
-rw-r--r-- | python/servo/command_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/command_base.py b/python/servo/command_base.py index 0a632fc0ede..09da1491a8f 100644 --- a/python/servo/command_base.py +++ b/python/servo/command_base.py @@ -871,7 +871,7 @@ class CommandBase(object): api = "capi" port = path.join("libsimpleservo", api) else: - port = "winit" + port = "servoshell" args += [ "--manifest-path", path.join(self.context.topdir, "ports", port, "Cargo.toml"), |