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 8f9f466 commit 9411eebCopy full SHA for 9411eeb
1 file changed
Makefile.pre.in
@@ -417,9 +417,7 @@ coverage:
417
418
# Build the interpreter
419
$(BUILDPYTHON): Modules/python.o $(LIBRARY) $(LDLIBRARY)
420
- $(LINKCC) $(PY_LDFLAGS) $(LINKFORSHARED) -o $@ \
421
- Modules/python.o \
422
- $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST)
+ $(LINKCC) $(PY_LDFLAGS) $(LINKFORSHARED) -o $@ Modules/python.o $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST)
423
424
platform: $(BUILDPYTHON)
425
$(RUNSHARED) ./$(BUILDPYTHON) -E -c 'import sys ; from sysconfig import get_platform ; print(get_platform()+"-"+sys.version[0:3])' >platform
0 commit comments