mirror of
https://github.com/servo/servo.git
synced 2025-06-29 11:33:39 +01:00
Don't try to load gstreamer on non-x86
This commit is contained in:
parent
d3ece2bc49
commit
a380c5fd6e
2 changed files with 9 additions and 8 deletions
|
@ -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.'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue