aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/command_base.py
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-02-21 03:37:26 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-02-21 09:42:47 +0530
commit2711d00666e1de29855a7422163d9130120b439c (patch)
tree287e0a5b09d8c05a838d83cb41cb9ae378469f7b /python/servo/command_base.py
parent04a4d5c421208b211dec17aab34848b4a93b96e1 (diff)
downloadservo-2711d00666e1de29855a7422163d9130120b439c.tar.gz
servo-2711d00666e1de29855a7422163d9130120b439c.zip
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
Diffstat (limited to 'python/servo/command_base.py')
-rw-r--r--python/servo/command_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/command_base.py b/python/servo/command_base.py
index c77e190986b..b3a4b6d2feb 100644
--- a/python/servo/command_base.py
+++ b/python/servo/command_base.py
@@ -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"] }