mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 21:16:02 +01:00
For static builds, we need to propagate all the static library dependencies to the link of the program. E.g. if libstore-tests-exe depends on libnixstore-tests, and libnixstore-tests depends on libstore, then libstore-tests-exe needs to link against libstore. https://hydra.nixos.org/build/209007480 |
||
|---|---|---|
| .. | ||
| clean.mk | ||
| common-test.sh | ||
| debug-test.sh | ||
| functions.mk | ||
| install.mk | ||
| lib.mk | ||
| libraries.mk | ||
| patterns.mk | ||
| precompiled-headers.mk | ||
| programs.mk | ||
| run-test.sh | ||
| templates.mk | ||
| tests.mk | ||
| tracing.mk | ||