Skip to content

Commit 7621c64

Browse files
committed
fix REPO_DIR not equal to LIB_NAME case
1 parent 055038a commit 7621c64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/export-android-build-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ esac
5050
# x86_64
5151
export MR_ARCH="$_MR_ARCH"
5252
# openssl-armv7a
53-
export MR_BUILD_NAME="${LIB_NAME}-${_MR_ARCH}"
53+
export MR_BUILD_NAME="${REPO_DIR}-${_MR_ARCH}"
5454
# android/ffmpeg-x86_64
5555
export MR_BUILD_SOURCE="${MR_SRC_ROOT}/${MR_BUILD_NAME}"
5656
# android/ffmpeg-x86_64

tools/export-apple-build-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export MR_ARCH="${_MR_ARCH/_simulator/}"
9393
export MR_FF_ARCH="${MR_ARCH}"
9494

9595
# ffmpeg-x86_64
96-
export MR_BUILD_NAME="${LIB_NAME}-${_MR_ARCH}"
96+
export MR_BUILD_NAME="${REPO_DIR}-${_MR_ARCH}"
9797
# ios/ffmpeg-x86_64
9898
export MR_BUILD_SOURCE="${MR_SRC_ROOT}/${MR_BUILD_NAME}"
9999
# ios/ffmpeg-x86_64

0 commit comments

Comments
 (0)