mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +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@
|
||||
builddir = ..
|
||||
srcdir=@srcdir@
|
||||
prefix=/Library/Frameworks/Python.framework/Versions/$(VERSION)
|
||||
prefix=@prefix@
|
||||
LIBDEST=$(prefix)/lib/python$(VERSION)
|
||||
RUNSHARED=@RUNSHARED@
|
||||
BUILDEXE=@BUILDEXEEXT@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue