Skip to content

Commit 608e4a2

Browse files
committed
Fixed my llvm install path
1 parent f9f0f2b commit 608e4a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/configure.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
call vcvarsall x64
22

3-
@set LLVM_DIR=C:/Users/Admin/Documents/s/llvm/build/install/lib/cmake/llvm
4-
@set Clang_DIR=C:/Users/Admin/Documents/s/llvm/build/install/lib/cmake/clang
3+
@set LLVM_DIR=C:/Users/Admin/Documents/s/llvm/install/lib/cmake/llvm
4+
@set Clang_DIR=C:/Users/Admin/Documents/s/llvm/install/lib/cmake/clang
55
@cmake -B out -GNinja ^
66
-DSUBSPACE_BUILD_SUBDOC=ON ^
77
-DSUBSPACE_BUILD_TESTS=ON

0 commit comments

Comments
 (0)