summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/build.sh b/build.sh
index 3412663714..30856d5a09 100755
--- a/build.sh
+++ b/build.sh
@@ -853,17 +853,17 @@ if [[ $__ClangMajorVersion == 0 && $__ClangMinorVersion == 0 ]]; then
__ClangMinorVersion=6
fi
- if [[ "$__BuildArch" == "armel" ]]; then
- # Armel cross build is Tizen specific and does not support Portable RID build
- __PortableBuild=0
- fi
-
else
__ClangMajorVersion=3
__ClangMinorVersion=5
fi
fi
+if [[ "$__BuildArch" == "armel" ]]; then
+ # Armel cross build is Tizen specific and does not support Portable RID build
+ __PortableBuild=0
+fi
+
if [ $__PortableBuild == 0 ]; then
__RunArgs="$__RunArgs -PortableBuild=false"
fi