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 ce68189 commit bb87ebaCopy full SHA for bb87eba
cpython-unix/build-cpython.sh
@@ -104,6 +104,11 @@ mv tmp Modules/readline-libedit.c
104
# Most bits look at CFLAGS. But setup.py only looks at CPPFLAGS.
105
# So we need to set both.
106
CFLAGS="-fPIC -I${TOOLS_PATH}/deps/include -I${TOOLS_PATH}/deps/include/ncurses"
107
+
108
+if [ "${PYBUILD_PLATFORM}" = "macos" ]; then
109
+ CFLAGS="${CFLAGS} -I${TOOLS_PATH}/deps/lib/libffi-3.2.1/include -I${TOOLS_PATH}/deps/include/uuid"
110
+fi
111
112
CPPFLAGS=$CFLAGS
113
LDFLAGS="-L${TOOLS_PATH}/deps/lib"
114
0 commit comments