Update mozjs and use moztools infra (#30292)

This commit is contained in:
Samson 2023-09-05 18:52:50 +02:00 committed by GitHub
parent 2b21d0015d
commit 8a011a4487
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 7 deletions

View file

@ -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"