diff --git a/lang/python310/Portfile b/lang/python310/Portfile
index e1f770f3b89..2f8a9695d74 100644
a
|
b
|
platform darwin { |
150 | 150 | if {![file exists ${worksrcpath}/${python_for_build}]} { |
151 | 151 | set python_for_build python |
152 | 152 | } |
| 153 | ui_msg "file exists ${worksrcpath}/python.exe = [file exists ${worksrcpath}/python.exe]" |
| 154 | ui_msg "file isfile ${worksrcpath}/python.exe = [file isfile ${worksrcpath}/python.exe]" |
| 155 | ui_msg "file executable ${worksrcpath}/python.exe = [file executable ${worksrcpath}/python.exe]" |
| 156 | ui_msg "file type ${worksrcpath}/python.exe = [file type ${worksrcpath}/python.exe]" |
153 | 157 | system -W ${worksrcpath} "env DYLD_FRAMEWORK_PATH=. ./${python_for_build} -E -m compileall -d [shellescape ${framewdir}/lib/python${branch}] -o 0 -o 1 -o 2 [shellescape ${libdir}/_sysconfigdata__darwin_darwin.py]" |
154 | 158 | |
155 | 159 | # Also make the sysconfig changes in the Makefile |