Skip to content

Commit fba9446

Browse files
committed
Change \ for /
1 parent 8111016 commit fba9446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Interpreter/CppInterOp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2630,7 +2630,7 @@ namespace Cpp {
26302630
// FIXME : Workaround Sema::PushDeclContext assert on windows
26312631
ClingArgv.push_back("-fno-delayed-template-parsing");
26322632
ClingArgv.push_back("-Xclang");
2633-
ClingArgv.push_back("--dependent-lib='D:\a\CppInterOp\CppInterOp\llvm-project\build\Release\lib\clang\19\lib\windows\clang_rt.builtins-x86_64.lib'");
2633+
ClingArgv.push_back("--dependent-lib='D:/a/CppInterOp/CppInterOp/llvm-project/build/Release/lib/clang/19/lib/windows/clang_rt.builtins-x86_64.lib'");
26342634
#endif
26352635
ClingArgv.insert(ClingArgv.end(), Args.begin(), Args.end());
26362636
// To keep the Interpreter creation interface between cling and clang-repl

0 commit comments

Comments
 (0)