Skip to content
Snippets Groups Projects
Commit 6a3637e5 authored by Michael Vines's avatar Michael Vines
Browse files

Use same xulrunner SDK directory for all platforms

Change-Id: I31c54e80d9dd97e3c634577205e9ed5de4788dbe
parent 14ab4450
No related branches found
No related tags found
No related merge requests found
......@@ -260,18 +260,9 @@ else
esac
fi
if [ `uname` == 'Darwin' ]; then
XULRUNNER_DIRECTORY="$(gettop)/xulrunner-sdk-mac"
else
XULRUNNER_DIRECTORY="$(gettop)/xulrunner-sdk-linux"
fi
# Use a local Xulrunner SDK copy instead of downloading
if [[ -d ${XULRUNNER_DIRECTORY}/.git ]]; then
# 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
else
unset XULRUNNER_DIRECTORY
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