lib: Split collections into readable and writable
[nit.git] / src / nitc.nit
index 57ce45e..5c65f1f 100644 (file)
@@ -57,7 +57,7 @@ special AbstractCompiler
                                compdir = ".nit_compile"
                        end
                end
-               compdir.append(ext_prefix)
+               compdir += ext_prefix
 
                clibdir = opt_clibdir.value
                if clibdir == null then