mirror of https://github.com/python/cpython.git
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@
|
VERSION=@VERSION@
|
||||||
builddir = ..
|
builddir = ..
|
||||||
srcdir=@srcdir@
|
srcdir=@srcdir@
|
||||||
prefix=/Library/Frameworks/Python.framework/Versions/$(VERSION)
|
prefix=@prefix@
|
||||||
LIBDEST=$(prefix)/lib/python$(VERSION)
|
LIBDEST=$(prefix)/lib/python$(VERSION)
|
||||||
RUNSHARED=@RUNSHARED@
|
RUNSHARED=@RUNSHARED@
|
||||||
BUILDEXE=@BUILDEXEEXT@
|
BUILDEXE=@BUILDEXEEXT@
|
||||||
|
|
Loading…
Reference in New Issue