Skip to content
Snippets Groups Projects
Commit 9bb29850 authored by Diego Wilson's avatar Diego Wilson Committed by Gerrit - the friendly Code Review server
Browse files

Explicitly set XULRUNNER_DIRECTORY for local xulrunner copy

The local xulrunner-sdk is expected to always be in the same path.

Change-Id: I1e125144e3ef0afe2ac9303ae8226934aa4d1c1a
parent ceb7ac38
No related branches found
No related tags found
No related merge requests found
......@@ -263,6 +263,7 @@ fi
# Use a local xulrunner SDK if present instead of downloading a new copy
if [[ -d gaia/xulrunner-sdk/.git ]]; then
export USE_LOCAL_XULRUNNER_SDK=1
export XULRUNNER_DIRECTORY="$(gettop)/gaia/xulrunner-sdk"
fi
# Don't build sources.xml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment