mirror of
https://github.com/servo/servo.git
synced 2025-06-12 10:24:43 +00:00
Remove dependency on backup-flame dir
We should be using the one in the product target dir instead. This makes the B2G deps distributable again
This commit is contained in:
parent
04a4d5c421
commit
2711d00666
3 changed files with 6 additions and 6 deletions
|
@ -174,7 +174,7 @@ class CommandBase(object):
|
|||
env["LDFLAGS"] = ("-mandroid -L%(gonkdir)s/out/target/product/%(gonkproduct)s/obj/lib "
|
||||
"-Wl,-rpath-link=%(gonkdir)s/out/target/product/%(gonkproduct)s/obj/lib "
|
||||
"--sysroot=%(gonkdir)s/out/target/product/%(gonkproduct)s/obj/") % {"gonkdir": env["GONKDIR"], "gonkproduct": env["GONK_PRODUCT"] }
|
||||
|
||||
|
||||
# Not strictly necessary for a vanilla build, but might be when tweaking the openssl build
|
||||
env["OPENSSL_PATH"] = "%(gonkdir)s/out/target/product/%(gonkproduct)s/obj/lib" % {"gonkdir": env["GONKDIR"], "gonkproduct": env["GONK_PRODUCT"] }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue