src: remove remaining references to .nit_compile
authorJean Privat <jean@pryen.org>
Fri, 29 May 2015 02:04:03 +0000 (22:04 -0400)
committerJean Privat <jean@pryen.org>
Fri, 29 May 2015 16:09:09 +0000 (12:09 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

src/platform/android.nit
src/platform/ios.nit

index 948b4a1..a657b3e 100644 (file)
@@ -288,7 +288,7 @@ $(call import-module,android/native_app_glue)
                # Android resources folder
                var res_dir = project_root / "res"
                if res_dir.file_exists then
-                       # copy the res folder to .nit_compile
+                       # copy the res folder to the compile dir
                        res_dir = res_dir.realpath
                        toolcontext.exec_and_check(["cp", "-R", res_dir, android_project_root], "Android project error")
                end
index 13f9386..77564f1 100644 (file)
@@ -45,7 +45,7 @@ end
 private class IOSToolchain
        super MakefileToolchain
 
-       # Root of the iOS project, usually `.nit_compile/ios/`
+       # Root of the iOS project, usually `nit_compile/ios/`
        var ios_project_root: String is noinit
 
        # `app.nit` project for the current compilation target