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

Skip to content

Commit 25b163d

Browse files
committed
Get rid of weird @SET_CXX@ and @SET_DLLLIBRARY@ macro occurrences.
1 parent c201bf4 commit 25b163d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/Makefile.pre.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ VERSION= @VERSION@
1717
srcdir= @srcdir@
1818
VPATH= @srcdir@
1919

20-
@SET_CXX@
20+
CXX= @CXX@
2121
CC= @CC@
2222
RANLIB= @RANLIB@
2323
AR= @AR@
@@ -105,7 +105,7 @@ SYSLIBS= $(LIBM) $(LIBC)
105105

106106
LIBRARY= ../libpython$(VERSION).a
107107
LDLIBRARY= ../@LDLIBRARY@
108-
@SET_DLLLIBRARY@
108+
DLLLIBRARY= @DLLLIBRARY@
109109

110110
# === Rules ===
111111

0 commit comments

Comments
 (0)