mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
pass $PLATFORM into config.c
This commit is contained in:
parent
3b46a50d63
commit
55ea8a7b5b
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue