diff options
author | Camil Staps | 2018-05-16 21:48:27 +0200 |
---|---|---|
committer | Camil Staps | 2018-05-16 21:48:27 +0200 |
commit | ce578881eb82aea5019483e14b4f807f75ab3131 (patch) | |
tree | a22d59d4bef23f0630b3e541f68d39902a6c564c /compile.c | |
parent | Minor updates and fix for new Platform generics (diff) | |
parent | Update to platform generics (diff) |
Merge branch 'master' of github:camilstaps/iClean
Diffstat (limited to 'compile.c')
-rw-r--r-- | compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,12 +72,12 @@ int64_t compile(CleanString path, CleanString module) { "-I $CLEAN_HOME/lib/Directory " "-I $CLEAN_HOME/lib/Dynamics -dynamics " "-I $CLEAN_HOME/lib/Gast " - "-I $CLEAN_HOME/lib/Generics " "-I $CLEAN_HOME/lib/GraphCopy " "-I $CLEAN_HOME/lib/Platform " "-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/Platform/Deprecated/Generics " "-I $CLEAN_HOME/lib/Local " "-b -nt -h 20M %s -o %s", pathchars, modulechars, modulechars); |