aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/package_commands.py
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2017-09-18 18:07:58 +0200
committerSimon Sapin <simon.sapin@exyr.org>2017-09-18 18:46:25 +0200
commit054d49e988635b38cb5b08b246b7bbedc0053afb (patch)
tree5cdb513ac2ea2d20a4dfcf254391ebc01c4270f9 /python/servo/package_commands.py
parentcff9b427fca1ab878fd23929cf7835666aab6d84 (diff)
downloadservo-054d49e988635b38cb5b08b246b7bbedc0053afb.tar.gz
servo-054d49e988635b38cb5b08b246b7bbedc0053afb.zip
Update osmesa-src to support building with mach
Diffstat (limited to 'python/servo/package_commands.py')
-rw-r--r--python/servo/package_commands.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/servo/package_commands.py b/python/servo/package_commands.py
index e0ccf8f0bd6..41aee9d5303 100644
--- a/python/servo/package_commands.py
+++ b/python/servo/package_commands.py
@@ -26,6 +26,8 @@ from mach.decorators import (
)
from mach.registrar import Registrar
# Note: mako cannot be imported at the top level because it breaks mach bootstrap
+sys.path.append(path.join(path.dirname(__file__), "..", "..",
+ "components", "style", "properties", "Mako-0.9.1.zip"))
from servo.command_base import (
archive_deterministically,