Thanks to visit codestin.com Credit goes to github.com
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 3b46a50 commit 55ea8a7Copy full SHA for 55ea8a7
1 file changed
Modules/Makefile.pre.in
@@ -86,7 +86,8 @@ $(LIB): $& $(OBJS) Makefile
86
mv python ../python
87
88
config.o: config.c Makefile $(MYLIBS)
89
- $(LINKCC) $(CFLAGS) -DPYTHONPATH=\"$(PYTHONPATH)\" -c config.c
+ $(LINKCC) $(CFLAGS) -DPYTHONPATH=\"$(PYTHONPATH)\" \
90
+ -DPLATFORM=\"$(MACHDEP)\" -c config.c
91
92
clean:
93
-rm -f *.o python core *~ [@,#]* *.old *.orig *.rej
0 commit comments