mirror of
https://github.com/servo/servo.git
synced 2025-06-20 15:18:58 +01:00
Use mach to build openssl on android instead of glut makefile.
The glut makefile will be removed shortly after glutin lands for android, so we need to build openssl for android elsewhere in the build process.
This commit is contained in:
parent
feabaf34ac
commit
030dab553e
6 changed files with 32 additions and 16 deletions
|
@ -145,6 +145,9 @@ class CommandBase(object):
|
|||
def servo_crate(self):
|
||||
return path.join(self.context.topdir, "components", "servo")
|
||||
|
||||
def android_support_dir(self):
|
||||
return path.join(self.context.topdir, "support", "android")
|
||||
|
||||
def ensure_bootstrapped(self):
|
||||
if self.context.bootstrapped:
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue