mirror of https://github.com/python/cpython
Use configure to substitute the correct prefix instead of hardcoding
This commit is contained in:
parent
e0cfb16f99
commit
4fbb080bc1
|
@ -5,7 +5,7 @@
|
|||
VERSION=@VERSION@
|
||||
builddir = ..
|
||||
srcdir=@srcdir@
|
||||
prefix=/Library/Frameworks/Python.framework/Versions/$(VERSION)
|
||||
prefix=@prefix@
|
||||
LIBDEST=$(prefix)/lib/python$(VERSION)
|
||||
RUNSHARED=@RUNSHARED@
|
||||
BUILDEXE=@BUILDEXEEXT@
|
||||
|
|
Loading…
Reference in New Issue