Skip to content

Commit e2db46e

Browse files
committed
Merge pull request microsoft#2419 from Microsoft/instrumenterLibraryTargets
Add libraryTargets to prereqs of instrumenter
2 parents e8b0985 + 59338ed commit e2db46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ file(loggedIOJsPath, [builtLocalDirectory, loggedIOpath], function() {
720720

721721
var instrumenterPath = harnessDirectory + 'instrumenter.ts';
722722
var instrumenterJsPath = builtLocalDirectory + 'instrumenter.js';
723-
compileFile(instrumenterJsPath, [instrumenterPath], [tscFile, instrumenterPath], [], /*useBuiltCompiler*/ true);
723+
compileFile(instrumenterJsPath, [instrumenterPath], [tscFile, instrumenterPath].concat(libraryTargets), [], /*useBuiltCompiler*/ true);
724724

725725
desc("Builds an instrumented tsc.js");
726726
task('tsc-instrumented', [loggedIOJsPath, instrumenterJsPath, tscFile], function() {

0 commit comments

Comments
 (0)