Skip to content

Commit 688ddc9

Browse files
committed
Polish code
test=develop
1 parent d26d356 commit 688ddc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/scripts/paddle_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function cmake_gen() {
7070
PYTHON_FLAGS=""
7171
SYSTEM=`uname -s`
7272
if [ "$SYSTEM" == "Darwin" ]; then
73-
echo "using python abi: $1"
73+
echo "Using python abi: $1"
7474
if [[ "$1" == "cp27-cp27m" ]] || [[ "$1" == "" ]]; then
7575
if [ -d "/Library/Frameworks/Python.framework/Versions/2.7" ]; then
7676
export LD_LIBRARY_PATH=/Library/Frameworks/Python.framework/Versions/2.7

0 commit comments

Comments
 (0)