mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Revert "Fix mozjs build on Windows (#34680)"
This reverts commit 11424f90b3
.
Reason: suspect for busting unit tests on MacOS (#34688).
This commit is contained in:
parent
11424f90b3
commit
bc0c8366f8
1 changed files with 0 additions and 4 deletions
|
@ -832,10 +832,6 @@ class CommandBase(object):
|
||||||
if with_debug_assertions or self.config["build"]["debug-assertions"]:
|
if with_debug_assertions or self.config["build"]["debug-assertions"]:
|
||||||
env['RUSTFLAGS'] = env.get('RUSTFLAGS', "") + " -C debug_assertions"
|
env['RUSTFLAGS'] = env.get('RUSTFLAGS', "") + " -C debug_assertions"
|
||||||
|
|
||||||
# mozjs gets its Python from `env['PYTHON3']`, which defaults to `python3`,
|
|
||||||
# but uv venv on Windows only provides a `python`, not `python3`.
|
|
||||||
env['PYTHON3'] = "python"
|
|
||||||
|
|
||||||
return call(["cargo", command] + args + cargo_args, env=env, verbose=verbose)
|
return call(["cargo", command] + args + cargo_args, env=env, verbose=verbose)
|
||||||
|
|
||||||
def android_adb_path(self, env):
|
def android_adb_path(self, env):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue