mirror of
https://github.com/python/cpython.git
synced 2025-12-09 18:48:05 +00:00
Change SET_DLLLIBRARY to DLLLIBRARY=...
This commit is contained in:
parent
ca563f228a
commit
f890d39f41
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ CFLAGS= $(OPT) -I. $(DEFS)
|
||||||
|
|
||||||
LIBRARY= libpython$(VERSION).a
|
LIBRARY= libpython$(VERSION).a
|
||||||
LDLIBRARY= @LDLIBRARY@
|
LDLIBRARY= @LDLIBRARY@
|
||||||
@SET_DLLLIBRARY@
|
DLLLIBRARY= @DLLLIBRARY@
|
||||||
|
|
||||||
# Default target
|
# Default target
|
||||||
all: $(LIBRARY) python$(EXE) sharedmods
|
all: $(LIBRARY) python$(EXE) sharedmods
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue