aboutsummaryrefslogtreecommitdiffstats
path: root/android/build/common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'android/build/common.sh')
-rw-r--r--android/build/common.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/build/common.sh b/android/build/common.sh
index 2f44d70..050fd90 100644
--- a/android/build/common.sh
+++ b/android/build/common.sh
@@ -269,7 +269,7 @@ EOF
compile
if [ $? != 0 ] ; then
- echo "your C compiler doesn't seem to work:"
+ echo "your C compiler doesn't seem to work: $CC"
cat $TMPL
clean_exit
fi
@@ -534,7 +534,7 @@ create_config_mk ()
cat $TMPL
clean_exit
fi
-
+
# re-create the start of the configuration file
log "Generate : $config_mk"