python: link gcc_s
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
cfcbfb494e
commit
2e70c676ca
@ -56,6 +56,7 @@ let
|
||||
|
||||
inherit majorVersion version src patches postPatch buildInputs;
|
||||
|
||||
LDFLAGS = stdenv.lib.optionalString (!stdenv.isDarwin) "-lgcc_s";
|
||||
C_INCLUDE_PATH = concatStringsSep ":" (map (p: "${p}/include") buildInputs);
|
||||
LIBRARY_PATH = concatStringsSep ":" (map (p: "${p}/lib") buildInputs);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user