diff --git a/servo/python/servo/build_commands.py b/servo/python/servo/build_commands.py index d7ae9cd5f0ef..44b884d24aa6 100644 --- a/servo/python/servo/build_commands.py +++ b/servo/python/servo/build_commands.py @@ -98,6 +98,7 @@ def notify(title, text): platforms, this function acts as a no-op.""" platforms = { "linux": notify_linux, + "linux2": notify_linux, "win": notify_win, "darwin": notify_darwin }