Browse Source

build(third_party): fix git apply issue

tags/v1.0.0-rc1
Megvii Engine Team 4 years ago
parent
commit
bf6cbc1df7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      third_party/apply-patches.sh

+ 1
- 1
third_party/apply-patches.sh View File

@@ -9,7 +9,7 @@ function apply_cpuinfo_patches() {
git rebase --abort || true
git reset --hard
# Use git apply instead of git am to prevent git require name in .gitconfig
git apply 0001-fix-arm-linux-fix-uclibc-build-error.patch
GIT_AUTHOR_NAME='patcher' GIT_AUTHOR_EMAIL='patcher@nobody.com' git apply 0001-fix-arm-linux-fix-uclibc-build-error.patch
rm *.patch
popd >/dev/null
else


Loading…
Cancel
Save