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 b2f5f30 commit 081d1e0Copy full SHA for 081d1e0
1 file changed
Modules/makesetup
@@ -249,7 +249,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
249
\$*) ;;
250
*) src='$(srcdir)/'"$srcdir/$src";;
251
esac
252
- # custom flags first, PY_STDMODULE_CFLAGS may contain -I for system libmpdec
+ # custom flags first, PY_STDMODULE_CFLAGS may contain -I with system libmpdec
253
case $doconfig in
254
no)
255
cc="$cc $cpps \$(PY_STDMODULE_CFLAGS) \$(CCSHARED)"
0 commit comments