mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Update mozjs and use moztools infra (#30292)
This commit is contained in:
parent
2b21d0015d
commit
8a011a4487
2 changed files with 2 additions and 7 deletions
|
@ -466,11 +466,6 @@ class CommandBase(object):
|
|||
|
||||
effective_target = self.cross_compile_target or servo.platform.host_triple()
|
||||
if "msvc" in effective_target:
|
||||
# This environment variable is necessary for building mozjs. It would
|
||||
# be nice to be able to set it in the cargo configuration somehow, but it
|
||||
# is platform-dependent.
|
||||
env["MOZILLA_BUILD"] = path.join(self.msvc_package_dir("moztools"))
|
||||
|
||||
# Always build harfbuzz from source
|
||||
env["HARFBUZZ_SYS_NO_PKG_CONFIG"] = "true"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue