Skip to content

Commit 699399f

Browse files
Olivia-liufacebook-github-bot
authored andcommitted
Fix a small typo
Differential Revision: D54523664
1 parent eb2d8b6 commit 699399f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/runtime-build-and-cross-compilation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Assuming Android NDK is available, run:
140140
rm -rf cmake-android-out && mkdir cmake-android-out && cd cmake-android-out
141141

142142
# point -DCMAKE_TOOLCHAIN_FILE to the location where ndk is installed
143-
# Run `which buck2`, if it returns empty (meaning the system doesn't know where buck2 is installed), pass in pass in this flag `-DBUCK2=/path/to/buck2` pointing to buck2
143+
# Run `which buck2`, if it returns empty (meaning the system doesn't know where buck2 is installed), pass in this flag `-DBUCK2=/path/to/buck2` pointing to buck2
144144
cmake -DCMAKE_TOOLCHAIN_FILE=/Users/{user_name}/Library/Android/sdk/ndk/25.2.9519653/build/cmake/android.toolchain.cmake -DANDROID_ABI=arm64-v8a ..
145145

146146
cd ..

0 commit comments

Comments
 (0)