diff options
author | Samson <16504129+sagudev@users.noreply.github.com> | 2023-09-05 18:52:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-05 16:52:50 +0000 |
commit | 8a011a44871b256ed79d8e66fccef6d137c8fb94 (patch) | |
tree | 490aa7b9a98a9f62f6a336c8994dca88be064acb /python/servo/command_base.py | |
parent | 2b21d0015d65e351023adaa844cf2209255787d1 (diff) | |
download | servo-8a011a44871b256ed79d8e66fccef6d137c8fb94.tar.gz servo-8a011a44871b256ed79d8e66fccef6d137c8fb94.zip |
Update mozjs and use moztools infra (#30292)
Diffstat (limited to 'python/servo/command_base.py')
-rw-r--r-- | python/servo/command_base.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/python/servo/command_base.py b/python/servo/command_base.py index a86f756c76c..449c81bbf3d 100644 --- a/python/servo/command_base.py +++ b/python/servo/command_base.py @@ -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" |