mirror of
https://github.com/python/cpython.git
synced 2026-05-19 02:44:16 -04:00
Use configure to substitute the correct prefix instead of hardcoding
This commit is contained in:
+1
-1
@@ -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@
|
||||
|
||||
Reference in New Issue
Block a user