aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/typescript-native.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compilers/typescript-native.ts')
-rw-r--r--lib/compilers/typescript-native.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compilers/typescript-native.ts b/lib/compilers/typescript-native.ts
index d09a018e5..5923fc6fb 100644
--- a/lib/compilers/typescript-native.ts
+++ b/lib/compilers/typescript-native.ts
@@ -108,7 +108,7 @@ export class TypeScriptNativeCompiler extends BaseCompiler {
const newVersion = parseInt(this.tscVersion) >= 33;
if (newVersion)
{
- newOptions = ['--emit=llvm', "-o=-", inputFilename];
+ newOptions = ['--emit=llvm', '-o=-', inputFilename];
}
if (!this.tscSharedLib) {