Skip to content

Commit 2404d04

Browse files
committed
Polish code
test=release/1.0.0
1 parent 5a3a6d2 commit 2404d04

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,8 +70,8 @@ function cmake_gen() {
7070
PYTHON_FLAGS=""
7171
SYSTEM=`uname -s`
7272
if [ "$SYSTEM" == "Darwin" ]; then
73+
echo "using python abi: $1"
7374
if [[ "$1" == "cp27-cp27m" ]] || [[ "$1" == "" ]]; then
74-
echo "using python abi: $1"
7575
if [ -d "/Library/Frameworks/Python.framework/Versions/2.7" ]; then
7676
export LD_LIBRARY_PATH=/Library/Frameworks/Python.framework/Versions/2.7
7777
export DYLD_LIBRARY_PATH=/Library/Frameworks/Python.framework/Versions/2.7

0 commit comments

Comments
 (0)