Skip to content

Commit c26784b

Browse files
committed
Fix typo
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent 3e8a0b7 commit c26784b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/test_llama.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ cmake_install_executorch_libraries() {
5858
fi
5959
retry cmake -DBUCK2="$BUCK" \
6060
-DCMAKE_INSTALL_PREFIX=cmake-out \
61-
-DCMAKE_PREFIX_PATH=$($PYTHON_EXECUTABLE -c "from distutils.sysconfig import get_python_lib; get_python_lib")
61+
-DCMAKE_PREFIX_PATH=$($PYTHON_EXECUTABLE -c "from distutils.sysconfig import get_python_lib; get_python_lib()")
6262
-DCMAKE_BUILD_TYPE=Release \
6363
-DEXECUTORCH_BUILD_CUSTOM=ON \
6464
-DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \

0 commit comments

Comments
 (0)