mirror of
https://github.com/NixOS/nix
synced 2025-06-25 19:01:16 +02:00
Fix build of unit tests
This commit is contained in:
parent
f7ce10dbc1
commit
912c517bc0
5 changed files with 22 additions and 3 deletions
|
@ -69,6 +69,9 @@ headers = [config_h] + files(
|
|||
'nix_api_value.h',
|
||||
)
|
||||
|
||||
# TODO don't install this once tests don't use it.
|
||||
headers += files('nix_api_expr_internal.h')
|
||||
|
||||
subdir('build-utils-meson/export-all-symbols')
|
||||
|
||||
this_library = library(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue