From a380c5fd6e5e9eb2e6c54a77ce3d88f30dc4089d Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Fri, 7 Sep 2018 14:42:19 +0530 Subject: Don't try to load gstreamer on non-x86 --- python/servo/bootstrap.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/servo/bootstrap.py') diff --git a/python/servo/bootstrap.py b/python/servo/bootstrap.py index 24725f6382f..0e128d2826e 100644 --- a/python/servo/bootstrap.py +++ b/python/servo/bootstrap.py @@ -326,11 +326,13 @@ def windows_msvc(context, force=False): return 0 + LINUX_SPECIFIC_BOOTSTRAPPERS = { "salt": salt, "gstreamer": gstreamer, } + def bootstrap(context, force=False, specific=None): '''Dispatches to the right bootstrapping function for the OS.''' -- cgit v1.2.3