diff options
author | Rechi <Rechi@users.noreply.github.com> | 2019-08-21 10:16:14 +0200 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2019-08-21 10:16:14 +0200 |
commit | cca5773bfa708504a63cc9c5cbbdd3809cbf314b (patch) | |
tree | e172fba655c0fa65d0a6e0b19858e2be532f5b82 /tools/buildsteps/freebsd | |
parent | 45856485f89c9af9f730cb195c77b4c47ceb6935 (diff) |
[buildsteps] fix pathChanged comment after 2876b9c0d6
Diffstat (limited to 'tools/buildsteps/freebsd')
-rw-r--r-- | tools/buildsteps/freebsd/prepare-xbmc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildsteps/freebsd/prepare-xbmc b/tools/buildsteps/freebsd/prepare-xbmc index e2dbcf6012..18f2cf8a00 100644 --- a/tools/buildsteps/freebsd/prepare-xbmc +++ b/tools/buildsteps/freebsd/prepare-xbmc @@ -4,6 +4,6 @@ XBMC_PLATFORM_DIR=freebsd #build binary addons before building xbmc... #make sure that binary_addons don't clean the native tools -#here (e.x. on release builds where pathChanged always returns 1 +#here BINARY_ADDONS_CLEAN_NATIVETOOLS="0" . $WORKSPACE/tools/buildsteps/$XBMC_PLATFORM_DIR/make-binary-addons |