diff options
author | Camil Staps | 2018-02-08 18:13:07 +0100 |
---|---|---|
committer | Camil Staps | 2018-02-08 18:13:07 +0100 |
commit | d1263bc4681fbff5e8114ad9bacba57c8dd68b61 (patch) | |
tree | fa7242ca7b129317abed20d08e4bbfedd523d3d5 /compile.c | |
parent | Update Clean version (diff) | |
parent | Update alias to a function (diff) |
Merge branch 'master' of github:camilstaps/iClean
Diffstat (limited to 'compile.c')
-rw-r--r-- | compile.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -78,6 +78,7 @@ int64_t compile(CleanString path, CleanString module) { "-I $CLEAN_HOME/lib/Platform/Deprecated/ArgEnv " "-I $CLEAN_HOME/lib/Platform/Deprecated/MersenneTwister " "-I $CLEAN_HOME/lib/Platform/Deprecated/StdLib " + "-I $CLEAN_HOME/lib/Local " "-b -nt -h 20M %s -o %s", pathchars, modulechars, modulechars); |