diff options
author | partouf <partouf@gmail.com> | 2023-09-30 18:50:52 +0200 |
---|---|---|
committer | partouf <partouf@gmail.com> | 2023-09-30 18:50:52 +0200 |
commit | 082ff8c2cfe1e42067f18223dec398f63bf14eb9 (patch) | |
tree | e2bc0053ce0011a12129d21506be93192d966df8 /lib/compilers/win32.ts | |
parent | 0d7357a657a9a3fd5ffe9f1bf2c1eb4d8bb9baf7 (diff) | |
download | compiler-explorer-gh-8883.tar.gz compiler-explorer-gh-8883.zip |
working executiongh-8883
Diffstat (limited to 'lib/compilers/win32.ts')
-rw-r--r-- | lib/compilers/win32.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compilers/win32.ts b/lib/compilers/win32.ts index 8f2cff314..9c793523b 100644 --- a/lib/compilers/win32.ts +++ b/lib/compilers/win32.ts @@ -116,7 +116,7 @@ export class Win32Compiler extends BaseCompiler { options = options.concat(unwrap(this.compiler.optArg)); } - const libIncludes = this.getIncludeArguments(libraries); + const libIncludes = this.getIncludeArguments(libraries, path.dirname(inputFilename)); const libOptions = this.getLibraryOptions(libraries); let libLinks: any[] = []; let libPaths: string[] = []; |