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 055038a commit 7621c64Copy full SHA for 7621c64
tools/export-android-build-env.sh
@@ -50,7 +50,7 @@ esac
50
# x86_64
51
export MR_ARCH="$_MR_ARCH"
52
# openssl-armv7a
53
-export MR_BUILD_NAME="${LIB_NAME}-${_MR_ARCH}"
+export MR_BUILD_NAME="${REPO_DIR}-${_MR_ARCH}"
54
# android/ffmpeg-x86_64
55
export MR_BUILD_SOURCE="${MR_SRC_ROOT}/${MR_BUILD_NAME}"
56
tools/export-apple-build-env.sh
@@ -93,7 +93,7 @@ export MR_ARCH="${_MR_ARCH/_simulator/}"
93
export MR_FF_ARCH="${MR_ARCH}"
94
95
# ffmpeg-x86_64
96
97
# ios/ffmpeg-x86_64
98
99
0 commit comments