mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
Variant +python37 is included but should be considered experimental as a few bugs still exist.
15 lines
345 B
Diff
15 lines
345 B
Diff
--- configure.orig 2018-10-28 13:57:57.000000000 -0700
|
|
+++ configure 2019-01-11 13:10:27.000000000 -0800
|
|
@@ -2466,9 +2466,9 @@
|
|
|
|
|
|
|
|
- PYTHON_PREFIX='${prefix}'
|
|
+ PYTHON_PREFIX=`$PYTHON -c 'import sys; print(sys.prefix);'`
|
|
|
|
- PYTHON_EXEC_PREFIX='${exec_prefix}'
|
|
+ PYTHON_EXEC_PREFIX=`$PYTHON -c 'import sys; print(sys.exec_prefix);'`
|
|
|
|
|
|
|