diff options
author | Rechi <Rechi@users.noreply.github.com> | 2018-11-01 00:46:53 +0100 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2018-11-01 00:46:53 +0100 |
commit | a375d1c4a4b0eddf899dd485f4c3f0cbeeb76cc7 (patch) | |
tree | 7e546745e93d80f41e5bf2a3b54fa2753f3e4f27 /tools/buildsteps/windows | |
parent | 36c6db1ce8609add424e571fd41dd2054c267bfa (diff) |
[windows] correct FFmpeg rebuild detection after 7353860
Diffstat (limited to 'tools/buildsteps/windows')
-rw-r--r-- | tools/buildsteps/windows/make-mingwlibs.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/buildsteps/windows/make-mingwlibs.sh b/tools/buildsteps/windows/make-mingwlibs.sh index 2f7cdd36fb..8aad81f1bb 100644 --- a/tools/buildsteps/windows/make-mingwlibs.sh +++ b/tools/buildsteps/windows/make-mingwlibs.sh @@ -73,7 +73,7 @@ checkfiles() { buildProcess() { export PREFIX=/xbmc/project/BuildDependencies/mingwlibs/$TRIPLET -if [ "$(pathChanged $PREFIX /xbmc/tools/buildsteps/windows /xbmc/tools/depends/target/*/*-VERSION)" == "0" ]; then +if [ "$(pathChanged $PREFIX /xbmc/tools/buildsteps/windows /xbmc/tools/depends/target/ffmpeg/FFMPEG-VERSION)" == "0" ]; then return fi @@ -106,7 +106,7 @@ echo "-------------------------------------------------------------------------- echo " compile mingw libs $TRIPLET done..." echo "-------------------------------------------------------------------------------" -tagSuccessFulBuild $PREFIX /xbmc/tools/buildsteps/windows /xbmc/tools/depends/target/*/*-VERSION +tagSuccessFulBuild $PREFIX /xbmc/tools/buildsteps/windows /xbmc/tools/depends/target/ffmpeg/FFMPEG-VERSION } run_builds() { |