diff options
Diffstat (limited to 'lib/compilers/clean.js')
-rw-r--r-- | lib/compilers/clean.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compilers/clean.js b/lib/compilers/clean.js index dd998b655..88a7d0a2d 100644 --- a/lib/compilers/clean.js +++ b/lib/compilers/clean.js @@ -82,7 +82,7 @@ export class CleanCompiler extends BaseCompiler { execOptions = this.getDefaultExecOptions(); execOptions.customCwd = tmpDir; execOptions.env.CLEANLIB = path.join(compilerPath, '../exe'); - execOptions.env.CLEANPATH = this.compiler.libPath; + execOptions.env.CLEANPATH = this.compiler.libPath.join(':'); options.pop(); options.push(moduleName); |