Skip to content

Commit 404650d

Browse files
committed
Merge pull request microsoft#9026 from DickvdBrink/lkg-newlines
Force LF newlines for LKG builds/non debug builds
2 parents cdf4cde + 65bbeb1 commit 404650d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Jakefile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,8 @@ function compileFile(outFile, sources, prereqs, prefixes, useBuiltCompiler, opts
313313
if (!opts.noMapRoot) {
314314
options += " -mapRoot file:///" + path.resolve(path.dirname(outFile));
315315
}
316+
} else {
317+
options += " --newLine LF";
316318
}
317319

318320
if (opts.stripInternal) {

0 commit comments

Comments
 (0)