diff options
author | Memphiz <memphis@machzwo.de> | 2017-06-11 12:57:54 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2017-06-14 00:31:36 +0200 |
commit | 2ef340bfca200082b23571fea4abc03e05e68bcc (patch) | |
tree | 7beae7099a49817cbcad0214a119d94ebfac250e /tools | |
parent | f581a1088dd5ea3c6822481177ebe9618b2118c3 (diff) |
[jenkins] - add xcode_app to the depends hash - so in case xcode depends get rebuild
Diffstat (limited to 'tools')
-rw-r--r-- | tools/buildsteps/defaultenv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildsteps/defaultenv b/tools/buildsteps/defaultenv index 96f7775fcd..d1f452f2b4 100644 --- a/tools/buildsteps/defaultenv +++ b/tools/buildsteps/defaultenv @@ -99,7 +99,7 @@ function getBuildHash () checkPath="$1" local hashStr hashStr="$(git rev-list HEAD --max-count=1 -- $checkPath)" - hashStr="$hashStr $SDK_PATH $NDK_PATH $NDK_VERSION $SDK_VERSION $TOOLCHAIN $XBMC_DEPENDS_ROOT" + hashStr="$hashStr $SDK_PATH $NDK_PATH $NDK_VERSION $SDK_VERSION $TOOLCHAIN $XBMC_DEPENDS_ROOT $XCODE_APP" echo $hashStr } |