tinywm: fix cross compilation
This commit is contained in:
parent
912a3deedc
commit
32eaa25238
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||
dontConfigure = true;
|
||||
|
||||
buildPhase = ''
|
||||
${stdenv.cc}/bin/cc -Wall -pedantic -I${libX11}/include tinywm.c -L${libX11}/lib -lX11 -o tinywm
|
||||
$CC -Wall -pedantic -I${libX11}/include tinywm.c -L${libX11}/lib -lX11 -o tinywm
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue