From 22b6eab7f4839f0773d6351d3f6941722ff0da72 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Thu, 28 May 2015 22:04:03 -0400 Subject: [PATCH] src: remove remaining references to .nit_compile Signed-off-by: Jean Privat --- src/platform/android.nit | 2 +- src/platform/ios.nit | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/platform/android.nit b/src/platform/android.nit index 948b4a1..a657b3e 100644 --- a/src/platform/android.nit +++ b/src/platform/android.nit @@ -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 diff --git a/src/platform/ios.nit b/src/platform/ios.nit index 13f9386..77564f1 100644 --- a/src/platform/ios.nit +++ b/src/platform/ios.nit @@ -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 -- 1.7.9.5