Skip to content

Commit 08fab6b

Browse files
committed
fix: Windows build
1 parent 87171db commit 08fab6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bindings/utils/compileLLamaCpp.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ export async function compileLlamaCpp(buildOptions: BuildOptions, compileOptions
196196
if (targetName == null)
197197
continue;
198198

199+
console.info();
199200
console.info(getConsoleLogPrefix(true, false), "Building specialized GPU backend using MSVC: " + targetName);
200201

201202
const targetOutDir = path.join(outDirectory, "target-" + filenamify(targetName));

0 commit comments

Comments
 (0)