Skip to content

Commit fbe890b

Browse files
committed
Update conf.py
1 parent f3d8688 commit fbe890b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
export SYSROOT_PATH={0}/emsdk/upstream/emscripten/cache/sysroot;\
6262
git clone --depth=1 --branch release/20.x https://github.com/llvm/llvm-project.git {0}/llvm-project;\
6363
cd {0}/llvm-project;\
64-
git apply -v {0}/patches/llvm/emscripten-clang20-*.patch\
64+
git apply -v {0}/patches/llvm/emscripten-clang20-*.patch;\
6565
mkdir {0}/llvm-project/native_build;\
6666
cd {0}/llvm-project/native_build;\
6767
cmake -DLLVM_ENABLE_PROJECTS=clang -DLLVM_TARGETS_TO_BUILD=host -DCMAKE_BUILD_TYPE=Release {0}/llvm-project/llvm;\

0 commit comments

Comments
 (0)