aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r--python/servo/build_commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py
index d7ae9cd5f0e..44b884d24aa 100644
--- a/python/servo/build_commands.py
+++ b/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
}