Xcode configuration woes
Vincent Habchi
vince at macports.org
Sat Nov 10 20:19:02 UTC 2018
Ryan,
> Unless you do have /usr/include on your system. Do you? For users who have installed /usr/include using the hidden installer package, you might need to have the port set configure.sdkroot to the path of the SDK, even when MacPorts wouldn't otherwise have done so.
Ok, I set configure.sdkroot and it worked fine now. Should I commit it with:
if {${os.platform} eq "darwin" && ${os.major} == 18} {
configure.sdkroot …
}
?
Thanks,
Vincent
More information about the macports-dev
mailing list