Skip to content

Commit 74a9741

Browse files
committed
Fix variable
1 parent 4396d03 commit 74a9741

File tree

1 file changed

+1
-1
lines changed
  • examples/demo-apps/android/LlamaDemo

1 file changed

+1
-1
lines changed

examples/demo-apps/android/LlamaDemo/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ else
2828
fi
2929
cmake --build "${CMAKE_OUT}" -j "${CMAKE_JOBS}" --target install
3030

31-
cmake examples/models/llama2 -DBUCK2="$BUCK" \
31+
cmake examples/models/llama2 -DBUCK2="${BUCK2}" \
3232
-DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK/build/cmake/android.toolchain.cmake \
3333
-DANDROID_ABI="$ANDROID_ABI" \
3434
-DCMAKE_INSTALL_PREFIX="${CMAKE_OUT}" \

0 commit comments

Comments
 (0)