mirror of
https://github.com/NixOS/nix
synced 2025-07-06 17:31:47 +02:00
Fix makefile bug confusing libnixutil-test
exe vs lib
The `-exe` variant is the program, the unsuffixed variant is the library. The corrected usage matches `libnixstore-test`.
This commit is contained in:
parent
c889881cbb
commit
9c7749e135
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
check: libutil-tests_RUN
|
||||
|
||||
programs += libutil-tests
|
||||
programs += libutil-tests-exe
|
||||
|
||||
libutil-tests-exe_NAME = libnixutil-tests
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue