Update osmesa-src to support building with mach

This commit is contained in:
Simon Sapin 2017-09-18 18:07:58 +02:00
parent cff9b427fc
commit 054d49e988
4 changed files with 8 additions and 2 deletions

View file

@ -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,