Merge pull request #68961 from eraserhd/pr/master/plan9port-missing-which
plan9port: use command instead of which in builder.sh
This commit is contained in:
commit
92324d92a6
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ plan9portLinkFlags()
|
||||||
configurePhase()
|
configurePhase()
|
||||||
{
|
{
|
||||||
(
|
(
|
||||||
echo CC9=\"$(which $CC)\"
|
echo CC9=\"$(command -v $CC)\"
|
||||||
echo CFLAGS=\"$NIX_CFLAGS_COMPILE\"
|
echo CFLAGS=\"$NIX_CFLAGS_COMPILE\"
|
||||||
echo LDFLAGS=\"$(plan9portLinkFlags)\"
|
echo LDFLAGS=\"$(plan9portLinkFlags)\"
|
||||||
echo X11=\"${libXt_dev}/include\"
|
echo X11=\"${libXt_dev}/include\"
|
||||||
|
|
Loading…
Reference in a new issue