From 8a10faf3b9facc681d7202693ba6b2415c6055f0 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 30 Jul 2019 16:58:50 -0700 Subject: 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. --- python/servo/build_commands.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'python/servo/build_commands.py') 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 -- cgit v1.2.3