We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9534ab commit 8c90944Copy full SHA for 8c90944
Linux/install
@@ -195,7 +195,7 @@ adjust_macosx_environment() {
195
compilerpaths=( ${(M)compilerpaths:#[ ]*} )
196
compilerpaths=( ${${compilerpaths##[[:blank:]]##}%%[[:blank:]]*} )
197
compilerpaths=( ${^compilerpaths}(N-/) )
198
- local PORTDIR=${$(whence -p port):h}
+ local PORTDIR=${$(whence -p port):h:h}
199
local cxxhasboost
200
cxxhasboost=( ${^compilerpaths}/boost(N-/) )
201
if [[ -z $cxxhasboost && -d ${PORTDIR}/include/boost ]]; then
0 commit comments