File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ ARFLAGS= @ARFLAGS@
107
107
CFLAGSFORSHARED=@CFLAGSFORSHARED@
108
108
# C flags used for building the interpreter object files
109
109
PY_STDMODULE_CFLAGS= $(PY_CFLAGS) $(PY_CFLAGS_NODIST) $(PY_CPPFLAGS) $(CFLAGSFORSHARED)
110
+ PY_BUILTIN_MODULE_CFLAGS= $(PY_STDMODULE_CFLAGS) -DPy_BUILD_CORE_BUILTIN
110
111
PY_CORE_CFLAGS= $(PY_STDMODULE_CFLAGS) -DPy_BUILD_CORE
111
112
# Strict or non-strict aliasing flags used to compile dtoa.c, see above
112
113
CFLAGS_ALIASING=@CFLAGS_ALIASING@
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
233
233
case $doconfig in
234
234
no) cc=" $cc \$ (CCSHARED) \$ (PY_CFLAGS) \$ (PY_CPPFLAGS)" ;;
235
235
* )
236
- cc=" $cc \$ (PY_STDMODULE_CFLAGS )" ;;
236
+ cc=" $cc \$ (PY_BUILTIN_MODULE_CFLAGS )" ;;
237
237
esac
238
238
rule=" $obj : $src ; $cc $cpps -c $src -o $obj "
239
239
echo " $rule " >> $rulesf
You can’t perform that action at this time.
0 commit comments