Skip to content

Commit 1512cf2

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

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
@@ -83,7 +83,7 @@ function cmake_gen() {
8383
exit 1
8484
fi
8585
elif [ "$1" == "cp35-cp35m" ]; then
86-
if [ -d "/Library/Frameworks/Python.framework/Versions/2.7" ]; then
86+
if [ -d "/Library/Frameworks/Python.framework/Versions/3.5" ]; then
8787
export LD_LIBRARY_PATH=/Library/Frameworks/Python.framework/Versions/3.5/lib/
8888
export DYLD_LIBRARY_PATH=/Library/Frameworks/Python.framework/Versions/3.5/lib/
8989
export PATH=/Library/Frameworks/Python.framework/Versions/3.5/bin/:${PATH}

0 commit comments

Comments
 (0)