Commit 3fd7ca40 authored by Ronald Oussoren's avatar Ronald Oussoren

Use configure to substitute the correct prefix instead of hardcoding

parent 84149092
...@@ -5,7 +5,7 @@ ...@@ -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@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment