Skip to content

Commit a56ee48

Browse files
committed
fix buc2 macro
1 parent 9b46940 commit a56ee48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/build_llama_android.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ install_executorch_and_backend_lib() {
3131
build_llama_runner() {
3232
echo "Building llama runner for Android..."
3333
ANDROID_ABI=arm64-v8a
34-
cmake -DBUCK2="$BUCK" \
34+
cmake -DBUCK2="${BUCK2}" \
3535
-DCMAKE_TOOLCHAIN_FILE="$ANDROID_NDK"/build/cmake/android.toolchain.cmake \
3636
-DANDROID_ABI="${ANDROID_ABI}" \
3737
-DANDROID_PLATFORM=android-23 \

0 commit comments

Comments
 (0)