diff --git a/paddle/scripts/paddle_build.sh b/paddle/scripts/paddle_build.sh index 68690c5d380013268c2115fd44598951985f35f8..4e5855214a63f5dbb98e8659ac82373006fa05b0 100755 --- a/paddle/scripts/paddle_build.sh +++ b/paddle/scripts/paddle_build.sh @@ -70,7 +70,7 @@ function cmake_gen() { PYTHON_FLAGS="" SYSTEM=`uname -s` if [ "$SYSTEM" == "Darwin" ]; then - echo "using python abi: $1" + echo "Using python abi: $1" if [[ "$1" == "cp27-cp27m" ]] || [[ "$1" == "" ]]; then if [ -d "/Library/Frameworks/Python.framework/Versions/2.7" ]; then export LD_LIBRARY_PATH=/Library/Frameworks/Python.framework/Versions/2.7