CC, CXX et al in build, test and destroot phases
Ryan Schmidt
ryandesign at macports.org
Sun Mar 22 15:48:53 PDT 2009
MacPorts sets the environment variables CC, CXX and so forth in the
configure phase only.
Can anyone think of a reason why it should not also set these
variables in the build, test and destroot phases? It would save a lot
of this kind of thing for ports that have an unusual configure
script, or none at all:
build.args-append CC=${configure.cc}
destroot.args-append CC=${configure.cc}
More information about the macports-dev
mailing list