Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 55ea8a7

Browse files
committed
pass $PLATFORM into config.c
1 parent 3b46a50 commit 55ea8a7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Modules/Makefile.pre.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ $(LIB): $& $(OBJS) Makefile
8686
mv python ../python
8787

8888
config.o: config.c Makefile $(MYLIBS)
89-
$(LINKCC) $(CFLAGS) -DPYTHONPATH=\"$(PYTHONPATH)\" -c config.c
89+
$(LINKCC) $(CFLAGS) -DPYTHONPATH=\"$(PYTHONPATH)\" \
90+
-DPLATFORM=\"$(MACHDEP)\" -c config.c
9091

9192
clean:
9293
-rm -f *.o python core *~ [@,#]* *.old *.orig *.rej

0 commit comments

Comments
 (0)