We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efcb905 commit 1d40290Copy full SHA for 1d40290
1 file changed
build_scripts/android/build.sh
@@ -81,6 +81,5 @@ if [[ $(uname) == "Linux" ]] || [[ $(uname) == "Darwin" ]]; then
81
else
82
# rsync has to be specifically installed on windows bash (including github runners)
83
# Also, rsync with absolute destination path doesn't work on Windows.
84
- # Using a simple copy instead of rsync on Windows.
85
- cp -R --parents "${paths[@]}" "${absbuildpath}"
+ cp -RL --parents "${paths[@]}" "${absbuildpath}"
86
fi
0 commit comments