mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Link with the right C library! This has always been wrong (& my fault).
This commit is contained in:
parent
f547863c63
commit
1ccb3eeb7b
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
LIBS= ..\PCbuild\python23.lib
|
||||
|
||||
CFLAGS= /I ..\Include /I ..\PC /D MS_NO_COREDLL
|
||||
CFLAGS= /I ..\Include /I ..\PC /D MS_NO_COREDLL /MD
|
||||
|
||||
GRAMMAR_H= ..\Include\graminit.h
|
||||
GRAMMAR_C= ..\Python\graminit.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue