mirror of https://github.com/python/cpython
pass $PLATFORM into config.c
This commit is contained in:
parent
3b46a50d63
commit
55ea8a7b5b
|
@ -86,7 +86,8 @@ $(LIB): $& $(OBJS) Makefile
|
|||
mv python ../python
|
||||
|
||||
config.o: config.c Makefile $(MYLIBS)
|
||||
$(LINKCC) $(CFLAGS) -DPYTHONPATH=\"$(PYTHONPATH)\" -c config.c
|
||||
$(LINKCC) $(CFLAGS) -DPYTHONPATH=\"$(PYTHONPATH)\" \
|
||||
-DPLATFORM=\"$(MACHDEP)\" -c config.c
|
||||
|
||||
clean:
|
||||
-rm -f *.o python core *~ [@,#]* *.old *.orig *.rej
|
||||
|
|
Loading…
Reference in New Issue