aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2019-07-30 16:58:50 -0700
committerJosh Matthews <josh@joshmatthews.net>2019-07-30 21:17:34 -0700
commit8a10faf3b9facc681d7202693ba6b2415c6055f0 (patch)
tree53cffc8e86f1f015ef9c7e28b6ce57f303fbd69d /python/servo/build_commands.py
parent6429fbeeffe3c52aaf32e1ea3f121fc088c1b363 (diff)
downloadservo-8a10faf3b9facc681d7202693ba6b2415c6055f0.tar.gz
servo-8a10faf3b9facc681d7202693ba6b2415c6055f0.zip
Remove GStreamer dependencies from UWP app. Remove GStreamer backend on Windows.
It's impossible to conditionally use a crate based only on cargo features, so temporarily disable the backend on all Windows builds while we sort out how to get the UWP builds working again.
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r--python/servo/build_commands.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py
index 232b44ef838..c5274544916 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -670,10 +670,9 @@ class MachCommands(CommandBase):
status = 1
# UWP app packaging already bundles all required DLLs for us.
- if not uwp:
- print("Packaging MSVC DLLs")
- if not package_msvc_dlls(servo_exe_dir, target_triple, vcinstalldir, vs_version):
- status = 1
+ print("Packaging MSVC DLLs")
+ if not package_msvc_dlls(servo_exe_dir, target_triple, vcinstalldir, vs_version):
+ status = 1
elif sys.platform == "darwin":
# On the Mac, set a lovely icon. This makes it easier to pick out the Servo binary in tools