We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
extra-lib-dirs
extra-include-dirs
1 parent b1ab8ce commit 3349f02Copy full SHA for 3349f02
doc/yaml_configuration.md
@@ -400,6 +400,13 @@ extra-lib-dirs:
400
- /opt/foo/lib
401
```
402
403
+Since these are system-dependent absolute paths, it is recommended that you
404
+specify these in your `config.yaml` within the stack root (usually, `~/.stack`).
405
+If you control the build environment in your project's ``stack.yaml``, perhaps
406
+through docker or other means, then it may well make sense to include these
407
+there as well.
408
+
409
410
### with-gcc
411
412
Specify a path to gcc explicitly, rather than relying on the normal path resolution.
0 commit comments