We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26d356 commit 688ddc9Copy full SHA for 688ddc9
paddle/scripts/paddle_build.sh
@@ -70,7 +70,7 @@ function cmake_gen() {
70
PYTHON_FLAGS=""
71
SYSTEM=`uname -s`
72
if [ "$SYSTEM" == "Darwin" ]; then
73
- echo "using python abi: $1"
+ echo "Using python abi: $1"
74
if [[ "$1" == "cp27-cp27m" ]] || [[ "$1" == "" ]]; then
75
if [ -d "/Library/Frameworks/Python.framework/Versions/2.7" ]; then
76
export LD_LIBRARY_PATH=/Library/Frameworks/Python.framework/Versions/2.7
0 commit comments