aboutsummaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
authorMart Lubbers2018-03-20 10:29:39 +0100
committerCamil Staps2018-03-20 10:34:35 +0100
commit772f296f18daca19ed3c1f8bb85a2661ace15614 (patch)
treef25cd185916ee10f7fc1242b1a43a65d2edc5799 /compile.c
parentMerge branch 'master' of github:camilstaps/iClean (diff)
Update to platform generics
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.c b/compile.c
index a991dbf..91482a1 100644
--- a/compile.c
+++ b/compile.c
@@ -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);