mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +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…
Reference in a new issue