From: Jean Privat Date: Tue, 25 Aug 2015 18:29:29 +0000 (-0400) Subject: platform/android: the root group is no more src, thus no need to `..` from it. X-Git-Tag: v0.7.8~69^2~1 X-Git-Url: http://nitlanguage.org platform/android: the root group is no more src, thus no need to `..` from it. Signed-off-by: Jean Privat --- diff --git a/src/platform/android.nit b/src/platform/android.nit index f001cd3..a925c88 100644 --- a/src/platform/android.nit +++ b/src/platform/android.nit @@ -266,7 +266,7 @@ $(call import-module,android/native_app_glue) if root != null then var filepath = root.filepath if filepath != null then - project_root = filepath / ".." + project_root = filepath end end end