browser(webkit): do run win build again if first attempt failed (#4881)
This commit is contained in:
parent
706c1e44d1
commit
3ff81fe172
|
|
@ -1,2 +1,2 @@
|
|||
1411
|
||||
Changed: yurys@chromium.org Mon Jan 4 10:57:20 PST 2021
|
||||
1412
|
||||
Changed: yurys@chromium.org Mon 04 Jan 2021 01:36:20 PM PST
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ elif [[ "$(uname)" == "Linux" ]]; then
|
|||
build_wpe
|
||||
fi
|
||||
elif [[ "$(uname)" == MINGW* ]]; then
|
||||
/c/Windows/System32/cmd.exe "/c $(cygpath -w ${SCRIPT_FOLDER}/buildwin.bat)"
|
||||
/c/Windows/System32/cmd.exe "/c $(cygpath -w ${SCRIPT_FOLDER}/buildwin.bat)" ||
|
||||
# Run build step twice on Windows to work around adjust-angle-include-paths.py not
|
||||
# being called at right time. See
|
||||
# https://github.com/WebKit/WebKit/commit/e9a19fe7e3c245252be6ed70c86639d09227a6dc
|
||||
|
|
|
|||
Loading…
Reference in a new issue