diff options
Diffstat (limited to 'lib/compilers/dosbox-compiler.ts')
-rw-r--r-- | lib/compilers/dosbox-compiler.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compilers/dosbox-compiler.ts b/lib/compilers/dosbox-compiler.ts index b4b08c716..73067573b 100644 --- a/lib/compilers/dosbox-compiler.ts +++ b/lib/compilers/dosbox-compiler.ts @@ -106,7 +106,7 @@ export class DosboxCompiler extends BaseCompiler { if (!options) { options = this.getDefaultExecOptions(); options.timeoutMs = 0; - options.ldPath = this.getSharedLibraryPathsAsLdLibraryPaths([]); + options.ldPath = this.getSharedLibraryPathsAsLdLibraryPaths([], undefined); } const key = this.getCompilerCacheKey(compiler, args, options); |