mirror of
https://github.com/servo/servo.git
synced 2025-07-26 16:50:23 +01:00
Support i686-linux-android target.
This commit is contained in:
parent
319556cf6a
commit
d6b8aaf576
13 changed files with 54 additions and 17 deletions
|
@ -295,6 +295,7 @@ class MachCommands(CommandBase):
|
|||
sys.exit(1)
|
||||
|
||||
env["RUST_TARGET"] = target
|
||||
env["ANDROID_TOOLCHAIN_NAME"] = self.config["android"]["toolchain_prefix"]
|
||||
with cd(openssl_dir):
|
||||
status = call(
|
||||
make_cmd + ["-f", "openssl.makefile"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue