mirror of
https://github.com/servo/servo.git
synced 2025-06-20 07:08:59 +01:00
Remove freetype dependency on Windows
This commit is contained in:
parent
ef2851ad21
commit
b6b96322c1
5 changed files with 9 additions and 12 deletions
|
@ -401,6 +401,8 @@ class CommandBase(object):
|
|||
if is_windows():
|
||||
if not os.environ.get("NATIVE_WIN32_PYTHON"):
|
||||
env["NATIVE_WIN32_PYTHON"] = sys.executable
|
||||
# Always build harfbuzz from source
|
||||
env["HARFBUZZ_SYS_NO_PKG_CONFIG"] = "true"
|
||||
|
||||
if not self.config["tools"]["system-rust"] \
|
||||
or self.config["tools"]["rust-root"]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue