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 5a3a6d2 commit 2404d04Copy full SHA for 2404d04
paddle/scripts/paddle_build.sh
@@ -70,8 +70,8 @@ function cmake_gen() {
70
PYTHON_FLAGS=""
71
SYSTEM=`uname -s`
72
if [ "$SYSTEM" == "Darwin" ]; then
73
+ echo "using python abi: $1"
74
if [[ "$1" == "cp27-cp27m" ]] || [[ "$1" == "" ]]; then
- echo "using python abi: $1"
75
if [ -d "/Library/Frameworks/Python.framework/Versions/2.7" ]; then
76
export LD_LIBRARY_PATH=/Library/Frameworks/Python.framework/Versions/2.7
77
export DYLD_LIBRARY_PATH=/Library/Frameworks/Python.framework/Versions/2.7
0 commit comments