guile: fixup musl support
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
This commit is contained in:
parent
4cfd81acfa
commit
230a563bfe
@ -59,7 +59,7 @@
|
|||||||
# "libgcc_s.so.1 must be installed for pthread_cancel to work".
|
# "libgcc_s.so.1 must be installed for pthread_cancel to work".
|
||||||
|
|
||||||
# don't have "libgcc_s.so.1" on darwin
|
# don't have "libgcc_s.so.1" on darwin
|
||||||
LDFLAGS = stdenv.lib.optionalString (!stdenv.isDarwin) "-lgcc_s";
|
LDFLAGS = stdenv.lib.optionalString (!stdenv.isDarwin && !stdenv.hostPlatform.isMusl) "-lgcc_s";
|
||||||
|
|
||||||
configureFlags = [ "--with-libreadline-prefix" ]
|
configureFlags = [ "--with-libreadline-prefix" ]
|
||||||
++ stdenv.lib.optionals stdenv.isSunOS [
|
++ stdenv.lib.optionals stdenv.isSunOS [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user