diff options
Diffstat (limited to 'lib/compilers/clean.js')
-rw-r--r-- | lib/compilers/clean.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/compilers/clean.js b/lib/compilers/clean.js index 078c94d18..bd4bb1d3d 100644 --- a/lib/compilers/clean.js +++ b/lib/compilers/clean.js @@ -50,7 +50,8 @@ class CleanCompiler extends BaseCompiler { execOptions.env.CLEANLIB = path.join(compilerPath, "../exe"); execOptions.env.CLEANPATH = [ path.join(compilerPath, "../StdEnv"), - path.join(compilerPath, "../data") + path.join(compilerPath, "../data/StdLib"), + path.join(compilerPath, "../data/Directory") ].join(":"); options.pop(); options.push(moduleName); |