mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fail the build if openssl.makefile fails
This commit is contained in:
parent
72c20d8491
commit
041d527335
1 changed files with 2 additions and 0 deletions
|
@ -136,6 +136,8 @@ class MachCommands(CommandBase):
|
|||
status = subprocess.call(
|
||||
make_cmd + ["-f", "openssl.makefile"],
|
||||
env=self.build_env())
|
||||
if status:
|
||||
return status
|
||||
openssl_dir = path.join(self.android_support_dir(), "openssl-1.0.1k")
|
||||
env['OPENSSL_LIB_DIR'] = openssl_dir
|
||||
env['OPENSSL_INCLUDE_DIR'] = path.join(openssl_dir, "include")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue