mirror of
https://github.com/python/cpython.git
synced 2025-09-14 04:37:29 +00:00
Use configure to substitute the correct prefix instead of hardcoding
This commit is contained in:
parent
e0cfb16f99
commit
4fbb080bc1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue