mirror of https://github.com/python/cpython
Need to define AR since it is used, and not all Makes define it by default.
This commit is contained in:
parent
d0417ecce5
commit
5aadaf5a8e
|
@ -81,6 +81,7 @@ VERSION= @VERSION@
|
|||
srcdir= @srcdir@
|
||||
VPATH= @srcdir@
|
||||
CC= @CC@
|
||||
AR= @AR@
|
||||
RANLIB= @RANLIB@
|
||||
DEFS= @DEFS@
|
||||
|
||||
|
|
Loading…
Reference in New Issue