diff options
author | Partouf <partouf@gmail.com> | 2018-10-06 14:50:10 +0200 |
---|---|---|
committer | Partouf <partouf@gmail.com> | 2018-10-06 23:56:51 +0200 |
commit | ce13a526153bb0a8669d6f91b873f48c0e4035b7 (patch) | |
tree | bb378bad2567cb915b84a6e74018dc089d281ece /lib/compilers/clean.js | |
parent | 14fe2466ba4382cc6f562f83484bd7be861740c4 (diff) | |
download | compiler-explorer-ce13a526153bb0a8669d6f91b873f48c0e4035b7.tar.gz compiler-explorer-ce13a526153bb0a8669d6f91b873f48c0e4035b7.zip |
recheck if this works
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); |