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

Add support for platform-specific local xulrunner

Change-Id: Id1dcefc2f250693180e84c2bfdee50d19efd42c6
parent 4970f51b
No related branches found
No related tags found
No related merge requests found
# Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
# Copyright (c) 2012-2014, The Linux Foundation. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
......@@ -264,6 +264,10 @@ fi
if [[ -d gaia/xulrunner-sdk/.git ]]; then
export USE_LOCAL_XULRUNNER_SDK=1
export XULRUNNER_DIRECTORY="$(gettop)/gaia/xulrunner-sdk"
elif [[ -d gaia/xulrunner-sdk-$(uname)/.git ]]; then
export USE_LOCAL_XULRUNNER_SDK=1
export XULRUNNER_DIRECTORY="$(gettop)/gaia/xulrunner-sdk-$(uname)"
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