Skip to content

Commit b55c31d

Browse files
authored
Fix llvm 17 build instructions Windows (#389)
1 parent 70daba2 commit b55c31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ git apply -v ../CppInterOp/patches/llvm/clang{version}-*.patch
111111
and
112112

113113
```powershell
114-
cp -r ..\CppInterOp\patches\llvm\clang17* .
114+
cp -r ..\CppInterOp\patches\llvm\clang{version}* .
115115
git apply -v clang{version}-*.patch
116116
```
117117

0 commit comments

Comments
 (0)