mirror of
https://github.com/NixOS/nix.git
synced 2025-11-17 07:52:43 +01:00
Rename file to avoid reserved name
This commit is contained in:
parent
79e0ef88bf
commit
6a0582d9fd
59 changed files with 95 additions and 95 deletions
|
|
@ -14,7 +14,7 @@ project('nix-expr-test', 'cpp',
|
|||
|
||||
cxx = meson.get_compiler('cpp')
|
||||
|
||||
subdir('meson-utils/deps-lists')
|
||||
subdir('build-utils-meson/deps-lists')
|
||||
|
||||
deps_private_maybe_subproject = [
|
||||
]
|
||||
|
|
@ -29,9 +29,9 @@ deps_public_maybe_subproject = [
|
|||
dependency('nix-expr-c'),
|
||||
dependency('nix-expr-test-support'),
|
||||
]
|
||||
subdir('meson-utils/subprojects')
|
||||
subdir('build-utils-meson/subprojects')
|
||||
|
||||
subdir('meson-utils/export-all-symbols')
|
||||
subdir('build-utils-meson/export-all-symbols')
|
||||
|
||||
rapidcheck = dependency('rapidcheck')
|
||||
deps_private += rapidcheck
|
||||
|
|
@ -54,7 +54,7 @@ add_project_arguments(
|
|||
language : 'cpp',
|
||||
)
|
||||
|
||||
subdir('meson-utils/diagnostics')
|
||||
subdir('build-utils-meson/diagnostics')
|
||||
|
||||
sources = files(
|
||||
'derived-path.cc',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue