fx_cast: libc
(cherry picked from commit c6d6f636e186b68ae7626dcf611d10a3a50c30a3)
This commit is contained in:
parent
b7c783cfc9
commit
a21665252d
|
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||
# See now-cli/default.nix
|
||||
dontStrip = true;
|
||||
preFixup = let
|
||||
libPath = stdenv.lib.makeLibraryPath [stdenv.cc.cc];
|
||||
libPath = stdenv.lib.makeLibraryPath [stdenv.cc.cc stdenv.cc.libc];
|
||||
bin = "$out/bin/fx_cast_bridge";
|
||||
in ''
|
||||
|
||||
|
|
Loading…
Reference in New Issue