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

Skip to content

Commit f890d39

Browse files
committed
Change SET_DLLLIBRARY to DLLLIBRARY=...
1 parent ca563f2 commit f890d39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ CFLAGS= $(OPT) -I. $(DEFS)
131131

132132
LIBRARY= libpython$(VERSION).a
133133
LDLIBRARY= @LDLIBRARY@
134-
@SET_DLLLIBRARY@
134+
DLLLIBRARY= @DLLLIBRARY@
135135

136136
# Default target
137137
all: $(LIBRARY) python$(EXE) sharedmods

0 commit comments

Comments
 (0)