You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
346 B
Diff
12 lines
346 B
Diff
--- tools/build/src/tools/python.jam.orig
|
|
+++ tools/build/src/tools/python.jam
|
|
@@ -434,7 +434,7 @@
|
|
version ?= $(.version-countdown) ;
|
|
|
|
local prefix
|
|
- = [ GLOB /System/Library/Frameworks /Library/Frameworks
|
|
+ = [ GLOB @FRAMEWORKS_DIR@
|
|
: Python.framework ] ;
|
|
|
|
return $(prefix)/Versions/$(version)/bin/python ;
|