aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/servo/build_commands.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py
index d56246f9c1d..9fbdac6a1c0 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -425,11 +425,6 @@ class MachCommands(CommandBase):
)
assert os.path.exists(servo_exe_dir)
- # on msvc builds, use editbin to change the subsystem to windows, but only
- # on release builds -- on debug builds, it hides log output
- if not dev and not libsimpleservo:
- call(["editbin", "/nologo", "/subsystem:windows", path.join(servo_exe_dir, "servo.exe")],
- verbose=verbose)
# on msvc, we need to copy in some DLLs in to the servo.exe dir and the directory for unit tests.
for ssl_lib in ["libssl.dll", "libcrypto.dll"]:
ssl_path = path.join(env['OPENSSL_LIB_DIR'], "../bin", ssl_lib)