We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
LDFLAGS
1 parent de5d95d commit f7795edCopy full SHA for f7795ed
1 file changed
extra/language/c.nix
@@ -48,6 +48,10 @@ with lib;
48
name = "LD_LIBRARY_PATH";
49
prefix = "$DEVSHELL_DIR/lib";
50
}
51
+ {
52
+ name = "LDFLAGS";
53
+ eval = "-L$DEVSHELL_DIR/lib";
54
+ }
55
])
56
++ lib.optionals hasIncludes [
57
{
0 commit comments