We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9eee650 + 44f8e1d commit f2c5a9aCopy full SHA for f2c5a9a
1 file changed
extra/language/c.nix
@@ -52,6 +52,10 @@ with lib;
52
name = "LDFLAGS";
53
eval = "-L$DEVSHELL_DIR/lib";
54
}
55
+ {
56
+ name = "LIBRARY_PATH";
57
+ eval = "-L$DEVSHELL_DIR/lib";
58
+ }
59
])
60
++ lib.optionals hasIncludes [
61
{
0 commit comments