1
0
Fork 0
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:
John Ericson 2024-06-28 14:57:10 -04:00
parent f7ce10dbc1
commit 912c517bc0
5 changed files with 22 additions and 3 deletions

View file

@ -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(