python: link gcc_s

Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
Domen Kožar 2014-07-02 19:55:39 +02:00
parent cfcbfb494e
commit 2e70c676ca

View File

@ -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);